add tzdata to unit test requirements

This commit is contained in:
Hinrich Mahler 2024-12-30 22:34:48 +01:00
parent 5008606c4c
commit 1f8124f3cb

View file

@ -16,4 +16,8 @@ pytest-xdist==3.6.1
flaky>=3.8.1
# used in test_official for parsing tg docs
beautifulsoup4
beautifulsoup4
# For testing with timezones. Might not be needed on all systems, but to ensure that unit tests
# run correctly on all systems, we include it here.
tzdata