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.
setuptools
requirements-dev.txt
1 parent c1c5438 commit 2c299bbCopy full SHA for 2c299bb
requirements-dev.txt
@@ -1,6 +1,7 @@
1
pre-commit # needed for pre-commit hooks in the git commit command
2
3
# For the test suite
4
+setuptools # required for test_meta
5
pytest==8.2.0
6
pytest-asyncio==0.21.2 # needed because pytest doesn't come with native support for coroutines as tests
7
pytest-xdist==3.6.1 # xdist runs tests in parallel
0 commit comments