Skip to content

Commit 715219a

Browse files
committed
Use pytest-xdist>=1.30.0
1 parent 205aa70 commit 715219a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pytest-metadata>=1.8.0
1919
pytest-ordering>=0.6
2020
pytest-rerunfailures>=7.0
2121
pytest-timeout>=1.3.3
22-
pytest-xdist>=1.29.0
22+
pytest-xdist>=1.30.0
2323
parameterized>=0.7.0
2424
beautifulsoup4>=4.6.0
2525
pyopenssl>=19.0.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
'pytest-ordering>=0.6',
102102
'pytest-rerunfailures>=7.0',
103103
'pytest-timeout>=1.3.3',
104-
'pytest-xdist>=1.29.0',
104+
'pytest-xdist>=1.30.0',
105105
'parameterized>=0.7.0',
106106
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using "bs4"
107107
'pyopenssl>=19.0.0',

0 commit comments

Comments
 (0)