Skip to content

Commit cb5c372

Browse files
committed
Update pytest and pytest-xdist requirements
1 parent 004ad96 commit cb5c372

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
@@ -8,11 +8,11 @@ unittest2
88
selenium==3.141.0
99
requests==2.20.1
1010
urllib3==1.24.1
11-
pytest>=4.0.1
11+
pytest>=4.0.2
1212
pytest-cov>=2.6.0
1313
pytest-html>=1.19.0
1414
pytest-rerunfailures>=5.0
15-
pytest-xdist>=1.24.1
15+
pytest-xdist>=1.25.0
1616
parameterized==0.6.1
1717
beautifulsoup4>=4.6.0
1818
colorama==0.4.1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@
6161
'selenium==3.141.0',
6262
'requests==2.20.1', # Changing this may effect "urllib3"
6363
'urllib3==1.24.1', # Keep this lib in sync with "requests"
64-
'pytest>=4.0.1',
64+
'pytest>=4.0.2',
6565
'pytest-cov>=2.6.0',
6666
'pytest-html>=1.19.0',
6767
'pytest-rerunfailures>=5.0',
68-
'pytest-xdist>=1.24.1',
68+
'pytest-xdist>=1.25.0',
6969
'parameterized==0.6.1',
7070
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using bs4
7171
'colorama==0.4.1',

0 commit comments

Comments
 (0)