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.
2 parents 63a0056 + 1a8c829 commit 410558dCopy full SHA for 410558d
docs/requirements-dev.txt
@@ -13,7 +13,7 @@ pytest>=6.0.0
13
pytest-asyncio==0.23.2
14
pytest-cov==4.0.0
15
pytest-cython==0.2.0
16
-pytest-xdist==3.3.1
+pytest-xdist==3.5.0
17
pytest-assume==2.4.3
18
sdist==0.0.0
19
sphinx==6.1.3
setup.py
@@ -150,7 +150,7 @@ def readme():
150
tests_require=[
151
'pytest>=7.2.2',
152
'pytest-asyncio==0.23.2',
153
- 'pytest-xdist==3.3.1',
+ 'pytest-xdist==3.5.0',
154
'pytest-assume==2.4.3'
155
],
156
test_suite='tests',
0 commit comments