Skip to content

Commit 1cfe93a

Browse files
committed
Update pytest version
1 parent 3e36824 commit 1cfe93a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pip
22
ipython
33
setuptools
44
selenium==3.14.1
5-
pytest>=3.8.2
5+
pytest>=3.9.1
66
pytest-cov>=2.6.0
77
pytest-html>=1.19.0
88
pytest-rerunfailures>=4.2

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,21 @@
5454
'ipython',
5555
'setuptools',
5656
'selenium==3.14.1',
57-
'pytest>=3.8.2',
57+
'pytest>=3.9.1',
5858
'pytest-cov>=2.6.0',
5959
'pytest-html>=1.19.0',
6060
'pytest-rerunfailures>=4.2',
6161
'pytest-xdist>=1.23.2',
6262
'parameterized==0.6.1',
63-
'beautifulsoup4>=4.6.0',
63+
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using bs4
6464
'six>=1.11.0',
6565
'pyotp>=2.2.6',
6666
'requests>=2.19.1',
6767
'unittest2>=1.1.0',
6868
'chardet>=3.0.4',
6969
'urllib3>=1.23',
7070
'boto>=2.49.0',
71-
'nose==1.3.7',
71+
'nose==1.3.7', # Keep at ==1.3.7
7272
'ipdb==0.11',
7373
'flake8==3.5.0',
7474
'PyVirtualDisplay==0.2.1',

0 commit comments

Comments
 (0)