8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pytest-asyncio
1 parent 7a8b1be commit 615f1bfCopy full SHA for 615f1bf
requirements-dev.txt
@@ -2,7 +2,7 @@ pre-commit # needed for pre-commit hooks in the git commit command
2
3
# For the test suite
4
pytest==8.1.1
5
-pytest-asyncio==0.21.1 # needed because pytest doesn't come with native support for coroutines as tests
+pytest-asyncio==0.21.2 # needed because pytest doesn't come with native support for coroutines as tests
6
pytest-xdist==3.6.1 # xdist runs tests in parallel
7
flaky # Used for flaky tests (flaky decorator)
8
beautifulsoup4 # used in test_official for parsing tg docs
0 commit comments