UTC timezone settings can be obtained from the datetime.timezone
module from Python standard library so remove dependency on external
pytz module.
Details
Details
- Reviewers
vlorentz - Group Reviewers
Reviewers - Commits
- rDLS82ab96ad0671: gnu: Remove dependency on pytz
Diff Detail
Diff Detail
- Repository
- rDLS Listers
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Build is green
Patch application report for D4991 (id=17800)
Rebasing onto 8e4dd178f1...
Current branch diff-target is up to date.
Changes applied before test
commit a6333eb7c297f795677f1bbc679c6f7ccd5ffeda Author: Antoine Lambert <antoine.lambert@inria.fr> Date: Tue Feb 2 11:29:13 2021 +0100 gnu: Remove dependency to pytz UTC timezone settings can be obtained from the datetime.timezone module from Python standard library so remove dependency to external pytz module.
See https://jenkins.softwareheritage.org/job/DLS/job/tests-on-diff/235/ for more details.
Comment Actions
Build is green
Patch application report for D4991 (id=17802)
Rebasing onto 8e4dd178f1...
Current branch diff-target is up to date.
Changes applied before test
commit 82ab96ad0671219e73ad311b8455cb0d1d3fc9ed Author: Antoine Lambert <antoine.lambert@inria.fr> Date: Tue Feb 2 11:29:13 2021 +0100 gnu: Remove dependency on pytz UTC timezone settings can be obtained from the datetime.timezone module from Python standard library so remove dependency on external pytz module.
See https://jenkins.softwareheritage.org/job/DLS/job/tests-on-diff/237/ for more details.