Skip to content

Commit 47f2eb2

Browse files
committed
Update the requirements
1 parent 181bef9 commit 47f2eb2

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

requirements.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
pip>=19.2.2
22
setuptools>=41.1.0
33
wheel>=0.33.4
4-
six
5-
nose
6-
ipdb
7-
unittest2
4+
six>=1.12.0
5+
nose>=1.3.7
6+
ipdb>=0.12.2
87
idna==2.8
98
chardet==3.0.4
109
urllib3==1.25.3
1110
requests>=2.22.0
1211
selenium==3.141.0
1312
pluggy>=0.12.0
1413
pytest>=4.6.5;python_version<"3"
15-
pytest>=5.0.1;python_version>="3"
14+
pytest>=5.1.0;python_version>="3"
1615
pytest-cov>=2.7.1
1716
pytest-forked>=1.0.2
1817
pytest-html==1.22.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@
5858
'six',
5959
'nose',
6060
'ipdb',
61-
'unittest2',
6261
'idna==2.8', # Must stay in sync with "requests"
6362
'chardet==3.0.4', # Must stay in sync with "requests"
6463
'urllib3==1.25.3', # Must stay in sync with "requests"
6564
'requests>=2.22.0',
6665
'selenium==3.141.0',
6766
'pluggy>=0.12.0',
68-
'pytest>=4.6.5', # Keep at >=4.6.5 for Python 2 compatibility
67+
'pytest>=4.6.5;python_version<"3"', # For Python 2 compatibility
68+
'pytest>=5.1.0;python_version>="3"',
6969
'pytest-cov>=2.7.1',
7070
'pytest-forked>=1.0.2',
7171
'pytest-html==1.22.0', # Keep at 1.22.0 unless tested on Windows

0 commit comments

Comments
 (0)