1
0
Fork 0
forked from github/pelican

Add tzdata as dependency in test requirements

Otherwise yields the following error with Python 3.10 on Windows:

zoneinfo._common.ZoneInfoNotFoundError: 'No time zone found with key UTC'
This commit is contained in:
Justin Mayer 2023-10-28 11:17:48 +02:00
commit 91d9ef7a70

View file

@ -3,6 +3,7 @@ Pygments==2.14.0
pytest
pytest-cov
pytest-xdist[psutil]
tzdata
# Optional Packages
Markdown==3.4.3