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-xdist
1 parent 4f15a7f commit bb8b508Copy full SHA for bb8b508
requirements-dev.txt
@@ -3,7 +3,7 @@ pre-commit # needed for pre-commit hooks in the git commit command
3
# For the test suite
4
pytest==7.3.1
5
pytest-asyncio==0.21.0 # needed because pytest doesn't come with native support for coroutines as tests
6
-pytest-xdist==3.3.0 # xdist runs tests in parallel
+pytest-xdist==3.3.1 # xdist runs tests in parallel
7
flaky # Used for flaky tests (flaky decorator)
8
beautifulsoup4 # used in test_official for parsing tg docs
9
0 commit comments