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 @@ -14,11 +14,11 @@ selenium==3.141.0
14
14
pluggy >= 0.13.1
15
15
attrs >= 19.3.0
16
16
pytest == 4.6.9 ;python_version < "3"
17
- pytest == 5.4.1 ;python_version >= "3"
17
+ pytest == 5.3.5 ;python_version >= "3"
18
18
pytest-cov == 2.8.1
19
19
pytest-forked == 1.1.3
20
20
pytest-html == 1.22.1 ;python_version < "3.6"
21
- pytest-html == 2.1.0 ;python_version >= "3.6"
21
+ pytest-html == 2.0.1 ;python_version >= "3.6"
22
22
pytest-metadata == 1.8.0
23
23
pytest-ordering == 0.6
24
24
pytest-rerunfailures == 8.0
Original file line number Diff line number Diff line change 95
95
'selenium==3.141.0' ,
96
96
'pluggy>=0.13.1' ,
97
97
'attrs>=19.3.0' ,
98
- 'pytest> =4.6.9;python_version<"3"' , # For Python 2 compatibility
99
- 'pytest>=5.4.1 ;python_version>="3"' ,
98
+ 'pytest= =4.6.9;python_version<"3"' , # For Python 2 compatibility
99
+ 'pytest==5.3.5 ;python_version>="3"' ,
100
100
'pytest-cov==2.8.1' ,
101
101
'pytest-forked==1.1.3' ,
102
102
'pytest-html==1.22.1;python_version<"3.6"' ,
103
- 'pytest-html==2.1.0 ;python_version>="3.6"' ,
103
+ 'pytest-html==2.0.1 ;python_version>="3.6"' ,
104
104
'pytest-metadata==1.8.0' ,
105
105
'pytest-ordering==0.6' ,
106
106
'pytest-rerunfailures==8.0' ,
You can’t perform that action at this time.
0 commit comments