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:
parent
58e70082e0
commit
91d9ef7a70
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ Pygments==2.14.0
|
|||
pytest
|
||||
pytest-cov
|
||||
pytest-xdist[psutil]
|
||||
tzdata
|
||||
|
||||
# Optional Packages
|
||||
Markdown==3.4.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue