File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
pip >= 19.2.2
2
2
setuptools >= 41.1.0
3
3
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
8
7
idna == 2.8
9
8
chardet == 3.0.4
10
9
urllib3 == 1.25.3
11
10
requests >= 2.22.0
12
11
selenium == 3.141.0
13
12
pluggy >= 0.12.0
14
13
pytest >= 4.6.5 ;python_version < "3"
15
- pytest >= 5.0.1 ;python_version >= "3"
14
+ pytest >= 5.1.0 ;python_version >= "3"
16
15
pytest-cov >= 2.7.1
17
16
pytest-forked >= 1.0.2
18
17
pytest-html == 1.22.0
Original file line number Diff line number Diff line change 58
58
'six' ,
59
59
'nose' ,
60
60
'ipdb' ,
61
- 'unittest2' ,
62
61
'idna==2.8' , # Must stay in sync with "requests"
63
62
'chardet==3.0.4' , # Must stay in sync with "requests"
64
63
'urllib3==1.25.3' , # Must stay in sync with "requests"
65
64
'requests>=2.22.0' ,
66
65
'selenium==3.141.0' ,
67
66
'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"' ,
69
69
'pytest-cov>=2.7.1' ,
70
70
'pytest-forked>=1.0.2' ,
71
71
'pytest-html==1.22.0' , # Keep at 1.22.0 unless tested on Windows
You can’t perform that action at this time.
0 commit comments