Skip to content

Commit 2440d30

Browse files
committed
Update pytest-xdist version to 1.28.0
1 parent 787c851 commit 2440d30

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
@@ -13,7 +13,7 @@ pytest-cov>=2.6.1
1313
pytest-html>=1.20.0
1414
pytest-metadata>=1.8.0
1515
pytest-rerunfailures>=7.0
16-
pytest-xdist>=1.27.0
16+
pytest-xdist>=1.28.0
1717
parameterized>=0.7.0
1818
beautifulsoup4>=4.6.0
1919
colorama==0.4.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
'pytest-html>=1.20.0',
6767
'pytest-metadata>=1.8.0',
6868
'pytest-rerunfailures>=7.0',
69-
'pytest-xdist>=1.27.0',
69+
'pytest-xdist>=1.28.0',
7070
'parameterized>=0.7.0',
7171
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using bs4
7272
'colorama==0.4.1',

0 commit comments

Comments
 (0)