Skip to content

Commit 410558d

Browse files
Merge pull request #155 from phenobarbital/dependabot/pip/pytest-xdist-3.5.0
Bump pytest-xdist from 3.3.1 to 3.5.0
2 parents 63a0056 + 1a8c829 commit 410558d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pytest>=6.0.0
1313
pytest-asyncio==0.23.2
1414
pytest-cov==4.0.0
1515
pytest-cython==0.2.0
16-
pytest-xdist==3.3.1
16+
pytest-xdist==3.5.0
1717
pytest-assume==2.4.3
1818
sdist==0.0.0
1919
sphinx==6.1.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def readme():
150150
tests_require=[
151151
'pytest>=7.2.2',
152152
'pytest-asyncio==0.23.2',
153-
'pytest-xdist==3.3.1',
153+
'pytest-xdist==3.5.0',
154154
'pytest-assume==2.4.3'
155155
],
156156
test_suite='tests',

0 commit comments

Comments
 (0)