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"
7070pytest-html == 2.0.1 ;python_version >= "3.6"
7171pytest-metadata == 1.8.0 ;python_version < "3.6"
7272pytest-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"
7474pytest-ordering == 0.6
7575pytest-rerunfailures == 8.0 ;python_version < "3.6"
7676pytest-rerunfailures == 10.2 ;python_version >= "3.6"
Original file line number Diff line number Diff line change 195195 'pytest-html==2.0.1;python_version>="3.6"' , # Newer ones had issues
196196 'pytest-metadata==1.8.0;python_version<"3.6"' ,
197197 '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"' ,
199199 "pytest-ordering==0.6" ,
200200 'pytest-rerunfailures==8.0;python_version<"3.6"' ,
201201 'pytest-rerunfailures==10.2;python_version>="3.6"' ,
You can’t perform that action at this time.
0 commit comments