Skip to content

Commit f9440f3

Browse files
committed
Update pytest version
1 parent fe866ac commit f9440f3

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
@@ -9,7 +9,7 @@ unittest2
99
selenium==3.14.1
1010
requests==2.20.0
1111
urllib3==1.24
12-
pytest>=3.9.1
12+
pytest>=3.9.2
1313
pytest-cov>=2.6.0
1414
pytest-html>=1.19.0
1515
pytest-rerunfailures>=4.2

setup.py

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

0 commit comments

Comments
 (0)