Skip to content

Commit 51766a3

Browse files
committed
Update pytest and pytest-xdist versions
1 parent 44981d5 commit 51766a3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requests==2.22.0
1212
selenium==3.141.0
1313
pluggy>=0.13.1
1414
attrs>=19.3.0
15-
pytest>=4.6.7;python_version<"3"
15+
pytest>=4.6.8;python_version<"3"
1616
pytest>=5.3.2;python_version>="3"
1717
pytest-cov>=2.8.1
1818
pytest-forked>=1.1.3
@@ -22,7 +22,7 @@ pytest-metadata>=1.8.0
2222
pytest-ordering>=0.6
2323
pytest-rerunfailures>=8.0
2424
pytest-timeout>=1.3.3
25-
pytest-xdist>=1.30.0
25+
pytest-xdist>=1.31.0
2626
parameterized>=0.7.1
2727
soupsieve==1.9.5
2828
beautifulsoup4==4.8.1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
'selenium==3.141.0',
9696
'pluggy>=0.13.1',
9797
'attrs>=19.3.0',
98-
'pytest>=4.6.7;python_version<"3"', # For Python 2 compatibility
98+
'pytest>=4.6.8;python_version<"3"', # For Python 2 compatibility
9999
'pytest>=5.3.2;python_version>="3"',
100100
'pytest-cov>=2.8.1',
101101
'pytest-forked>=1.1.3',
@@ -105,7 +105,7 @@
105105
'pytest-ordering>=0.6',
106106
'pytest-rerunfailures>=8.0',
107107
'pytest-timeout>=1.3.3',
108-
'pytest-xdist>=1.30.0',
108+
'pytest-xdist>=1.31.0',
109109
'parameterized>=0.7.1',
110110
'soupsieve==1.9.5',
111111
'beautifulsoup4==4.8.1',

0 commit comments

Comments
 (0)