File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,8 @@ iniconfig==2.3.0;python_version>="3.10"
6565pluggy == 1.5.0 ;python_version < "3.9"
6666pluggy == 1.6.0 ;python_version >= "3.9"
6767pytest == 8.3.5 ;python_version < "3.9"
68- pytest == 8.4.2 ;python_version >= "3.9"
68+ pytest == 8.4.2 ;python_version >= "3.9" and python_version<"3.11"
69+ pytest == 9.0.1 ;python_version >= "3.11"
6970pytest-html == 4.0.2
7071pytest-metadata == 3.1.1
7172pytest-ordering == 0.6
Original file line number Diff line number Diff line change 214214 'pluggy==1.5.0;python_version<"3.9"' ,
215215 'pluggy==1.6.0;python_version>="3.9"' ,
216216 'pytest==8.3.5;python_version<"3.9"' ,
217- 'pytest==8.4.2;python_version>="3.9"' ,
217+ 'pytest==8.4.2;python_version>="3.9" and python_version<"3.11"' ,
218+ 'pytest==9.0.1;python_version>="3.11"' ,
218219 "pytest-html==4.0.2" , # Newer ones had issues
219220 'pytest-metadata==3.1.1' ,
220221 "pytest-ordering==0.6" ,
You can’t perform that action at this time.
0 commit comments