File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ py==1.11.0;python_version>="3.5"
55
55
pytest == 4.6.11 ;python_version < "3.5"
56
56
pytest == 6.1.2 ;python_version >= "3.5" and python_version<"3.6"
57
57
pytest == 6.2.5 ;python_version >= "3.6"
58
+ pytest-forked == 1.3.0 ;python_version < "3.6"
59
+ pytest-forked == 1.4.0 ;python_version >= "3.6"
58
60
pytest-html == 1.22.1 ;python_version < "3.6"
59
61
pytest-html == 2.0.1 ;python_version >= "3.6"
60
62
pytest-metadata == 1.8.0 ;python_version < "3.6"
Original file line number Diff line number Diff line change 174
174
'pytest==4.6.11;python_version<"3.5"' ,
175
175
'pytest==6.1.2;python_version>="3.5" and python_version<"3.6"' ,
176
176
'pytest==6.2.5;python_version>="3.6"' ,
177
+ 'pytest-forked==1.3.0;python_version<"3.6"' ,
178
+ 'pytest-forked==1.4.0;python_version>="3.6"' ,
177
179
'pytest-html==1.22.1;python_version<"3.6"' ,
178
180
'pytest-html==2.0.1;python_version>="3.6"' , # Newer ones had issues
179
181
'pytest-metadata==1.8.0;python_version<"3.6"' ,
You can’t perform that action at this time.
0 commit comments