Skip to content

Commit

Permalink
Add tzdata as dependency in test requirements
Browse files Browse the repository at this point in the history
Otherwise yields the following error with Python 3.10 on Windows:

zoneinfo._common.ZoneInfoNotFoundError: 'No time zone found with key UTC'
  • Loading branch information
justinmayer committed Oct 28, 2023
1 parent 58e7008 commit 91d9ef7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements/test.pip
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Pygments==2.14.0
pytest
pytest-cov
pytest-xdist[psutil]
tzdata

# Optional Packages
Markdown==3.4.3
Expand Down

0 comments on commit 91d9ef7

Please sign in to comment.