Skip to content

Commit fd58bf0

Browse files
committed
Update pytest and pytest-xdist versions
1 parent 6072be4 commit fd58bf0

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
@@ -9,11 +9,11 @@ unittest2
99
selenium==3.14.1
1010
requests==2.20.0
1111
urllib3==1.24
12-
pytest>=3.9.2
12+
pytest>=3.9.3
1313
pytest-cov>=2.6.0
1414
pytest-html>=1.19.0
1515
pytest-rerunfailures>=4.2
16-
pytest-xdist>=1.23.2
16+
pytest-xdist>=1.24.0
1717
parameterized==0.6.1
1818
beautifulsoup4>=4.6.0
1919
pyotp>=2.2.6

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@
6161
'selenium==3.14.1',
6262
'requests==2.20.0', # Changing this may effect "urllib3"
6363
'urllib3==1.24', # Keep this lib in sync with "requests"
64-
'pytest>=3.9.2',
64+
'pytest>=3.9.3',
6565
'pytest-cov>=2.6.0',
6666
'pytest-html>=1.19.0',
6767
'pytest-rerunfailures>=4.2',
68-
'pytest-xdist>=1.23.2',
68+
'pytest-xdist>=1.24.0',
6969
'parameterized==0.6.1',
7070
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using bs4
7171
'pyotp>=2.2.6',

0 commit comments

Comments
 (0)