File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ pytest-html==1.22.1;python_version<"3.6"
70
70
pytest-html == 2.0.1 ;python_version >= "3.6"
71
71
pytest-metadata == 1.8.0 ;python_version < "3.6"
72
72
pytest-metadata == 1.11.0 ;python_version >= "3.6" and python_version<"3.7"
73
- pytest-metadata == 2.0.1 ;python_version >= "3.7"
73
+ pytest-metadata == 2.0.2 ;python_version >= "3.7"
74
74
pytest-ordering == 0.6
75
75
pytest-rerunfailures == 8.0 ;python_version < "3.6"
76
76
pytest-rerunfailures == 10.2 ;python_version >= "3.6"
Original file line number Diff line number Diff line change 195
195
'pytest-html==2.0.1;python_version>="3.6"' , # Newer ones had issues
196
196
'pytest-metadata==1.8.0;python_version<"3.6"' ,
197
197
'pytest-metadata==1.11.0;python_version>="3.6" and python_version<"3.7"' , # noqa: E501
198
- 'pytest-metadata==2.0.1 ;python_version>="3.7"' ,
198
+ 'pytest-metadata==2.0.2 ;python_version>="3.7"' ,
199
199
"pytest-ordering==0.6" ,
200
200
'pytest-rerunfailures==8.0;python_version<"3.6"' ,
201
201
'pytest-rerunfailures==10.2;python_version>="3.6"' ,
You can’t perform that action at this time.
0 commit comments