mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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:
parent
58e70082e0
commit
91d9ef7a70
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ Pygments==2.14.0
|
||||||
pytest
|
pytest
|
||||||
pytest-cov
|
pytest-cov
|
||||||
pytest-xdist[psutil]
|
pytest-xdist[psutil]
|
||||||
|
tzdata
|
||||||
|
|
||||||
# Optional Packages
|
# Optional Packages
|
||||||
Markdown==3.4.3
|
Markdown==3.4.3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue