Skip to content

Commit dab7c49

Browse files
committed
Update pytest, pytest-xdist, and flake8 requirements
1 parent 003d941 commit dab7c49

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ unittest2
88
selenium==3.141.0
99
requests==2.21.0
1010
urllib3==1.24.1
11-
pytest>=4.1.1
11+
pytest>=4.2.0
1212
pytest-cov>=2.6.1
1313
pytest-html>=1.20.0
1414
pytest-rerunfailures>=6.0
15-
pytest-xdist>=1.26.0
15+
pytest-xdist>=1.26.1
1616
parameterized==0.6.3
1717
beautifulsoup4>=4.6.0
1818
colorama==0.4.1
1919
pyotp>=2.2.7
2020
boto>=2.49.0
21-
flake8==3.6.0
21+
flake8==3.7.3
2222
PyVirtualDisplay==0.2.1
2323
-e .

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,17 @@
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.1.1',
64+
'pytest>=4.2.0',
6565
'pytest-cov>=2.6.1',
6666
'pytest-html>=1.20.0',
6767
'pytest-rerunfailures>=6.0',
68-
'pytest-xdist>=1.26.0',
68+
'pytest-xdist>=1.26.1',
6969
'parameterized==0.6.3',
7070
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using bs4
7171
'colorama==0.4.1',
7272
'pyotp>=2.2.7',
7373
'boto>=2.49.0',
74-
'flake8==3.6.0',
74+
'flake8==3.7.3',
7575
'PyVirtualDisplay==0.2.1',
7676
],
7777
packages=[

0 commit comments

Comments
 (0)