-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- remove code duplication in timezone tests - add missing coverage for some timezone libraries - fix UTC+00:20 timezone test with pendulum 3 - enable timezone tests with pendulum 3 on python 3.12 - enable timezone tests with zoneinfo on windows Signed-off-by: Emanuele Giaquinta <[email protected]>
- Loading branch information
Showing
2 changed files
with
60 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
arrow | ||
numpy | ||
pendulum;python_version<"3.12" | ||
pendulum | ||
psutil;sys_platform!="windows" | ||
pytest | ||
pytz | ||
xxhash==1.4.3;sys_platform!="windows" and python_version<"3.9" # creates non-compact ASCII for test_str_ascii | ||
msgpack | ||
pydantic | ||
tzdata | ||
types-pytz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters