mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-04-19 16:01:14 +00:00
Update test dependencies: aioxmpp, pytest-asyncio + add pytz to requirements.txt
This fixes the following error when running the tests: E ModuleNotFoundError: No module named 'pytz' Instead of pytz only pytz-deprecation-shim was installed. TODO Check if "pytz" can be removed from requirements.txt later on.
This commit is contained in:
parent
30a7893739
commit
1b3fdf1f14
1 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
||||||
aioxmpp==0.13.2
|
aioxmpp==0.13.3
|
||||||
pip-chill==1.0.1
|
pip-chill==1.0.1
|
||||||
pytest-asyncio==0.18.3
|
pytest-asyncio==0.21.0
|
||||||
|
pytz==2022.7.1
|
||||||
|
|
Loading…
Reference in a new issue