File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
pip >= 19.2.3
2
- setuptools >= 41.2 .0
2
+ setuptools >= 41.4 .0
3
3
wheel >= 0.33.6
4
4
six >= 1.12.0
5
5
nose >= 1.3.7
@@ -11,8 +11,8 @@ requests>=2.22.0
11
11
selenium == 3.141.0
12
12
pluggy >= 0.12.0
13
13
pytest >= 4.6.5 ;python_version < "3"
14
- pytest >= 5.2.0 ;python_version >= "3"
15
- pytest-cov >= 2.7 .1
14
+ pytest >= 5.2.1 ;python_version >= "3"
15
+ pytest-cov >= 2.8 .1
16
16
pytest-forked >= 1.0.2
17
17
pytest-html == 1.22.0
18
18
pytest-metadata >= 1.8.0
Original file line number Diff line number Diff line change 94
94
'selenium==3.141.0' ,
95
95
'pluggy>=0.12.0' ,
96
96
'pytest>=4.6.5;python_version<"3"' , # For Python 2 compatibility
97
- 'pytest>=5.2.0 ;python_version>="3"' ,
98
- 'pytest-cov>=2.7 .1' ,
97
+ 'pytest>=5.2.1 ;python_version>="3"' ,
98
+ 'pytest-cov>=2.8 .1' ,
99
99
'pytest-forked>=1.0.2' ,
100
100
'pytest-html==1.22.0' , # Keep at 1.22.0 unless tested on Windows
101
101
'pytest-metadata>=1.8.0' ,
You can’t perform that action at this time.
0 commit comments