Skip to content

Commit 6230de3

Browse files
committed
Upgrade pytest to version 4.0.1
1 parent e097dad commit 6230de3

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
@@ -8,7 +8,7 @@ unittest2
88
selenium==3.141.0
99
requests==2.20.1
1010
urllib3==1.24.1
11-
pytest>=4.0.0
11+
pytest>=4.0.1
1212
pytest-cov>=2.6.0
1313
pytest-html>=1.19.0
1414
pytest-rerunfailures>=5.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
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.0',
64+
'pytest>=4.0.1',
6565
'pytest-cov>=2.6.0',
6666
'pytest-html>=1.19.0',
6767
'pytest-rerunfailures>=5.0',

0 commit comments

Comments
 (0)