A future release of swh-model will change its constructor's signature (replace 'offset'
and 'negative_utc_offset' with 'offset_bytes).
Details
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Maniphest Tasks
- T3752: Store/represent time offsets as strings
Diff Detail
Diff Detail
- Repository
- rDWAPPS Web applications
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 25962 Build 40575: Phabricator diff pipeline on jenkins Jenkins console · Jenkins Build 40574: arc lint + arc unit
Event Timeline
Comment Actions
Build is green
Patch application report for D6915 (id=25058)
Rebasing onto e0a181daf4...
Current branch diff-target is up to date.
Changes applied before test
commit 54624013f63f0d7b96e4d18d8d35dfb433ce99e4 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Tue Jan 11 15:25:25 2022 +0100 tests: Use TimestampWithTimezone.from_datetime() instead of the constructor A future release of swh-model will change its constructor's signature (replace 'offset' and 'negative_utc_offset' with 'offset_bytes).
See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1285/ for more details.
Comment Actions
lgtm
one suggestion inline.
swh/web/tests/common/test_converters.py | ||
---|---|---|
219 | might as well inline this, date seems only used once. |
Comment Actions
Build is green
Patch application report for D6915 (id=25088)
Rebasing onto 15e6e1988a...
Current branch diff-target is up to date.
Changes applied before test
commit 53287783315b4775a7d38d3d00b85d6d3eb41ceb Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Tue Jan 11 15:25:25 2022 +0100 tests: Use TimestampWithTimezone.from_datetime() instead of the constructor A future release of swh-model will change its constructor's signature (replace 'offset' and 'negative_utc_offset' with 'offset_bytes).
See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1293/ for more details.