Skip to content

Commit 9ec93b1

Browse files
committed
Update pytest version to >=4.2.1
1 parent fcbb949 commit 9ec93b1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ unittest2
88
selenium==3.141.0
99
requests==2.21.0
1010
urllib3==1.24.1
11-
pytest>=4.2.0
11+
pytest>=4.2.1
1212
pytest-cov>=2.6.1
1313
pytest-html>=1.20.0
1414
pytest-rerunfailures>=6.0
@@ -18,7 +18,6 @@ beautifulsoup4>=4.6.0
1818
colorama==0.4.1
1919
pyotp>=2.2.7
2020
boto>=2.49.0
21-
more-itertools>=5.0.0,<6.0.0
2221
flake8==3.7.5
2322
PyVirtualDisplay==0.2.1
2423
-e .

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
'selenium==3.141.0',
6262
'requests==2.21.0', # Changing this may effect "urllib3"
6363
'urllib3==1.24.1', # Keep this lib in sync with "requests"
64-
'pytest>=4.2.0',
64+
'pytest>=4.2.1',
6565
'pytest-cov>=2.6.1',
6666
'pytest-html>=1.20.0',
6767
'pytest-rerunfailures>=6.0',
@@ -71,7 +71,6 @@
7171
'colorama==0.4.1',
7272
'pyotp>=2.2.7',
7373
'boto>=2.49.0',
74-
'more-itertools>=5.0.0,<6.0.0', # Keep this for Python 2 compatibility
7574
'flake8>=3.6.0,<3.8.0',
7675
'PyVirtualDisplay==0.2.1',
7776
],

0 commit comments

Comments
 (0)