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 11[pytest]
2- minversion = 3.10
2+ minversion = 6
33norecursedirs = test_* extra_*
44xfail_strict = True
55addopts =
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ numpy~=1.21.5; platform_python_implementation=="CPython" and python_version>="3.
88numpy ~= 1.22.2 ; platform_python_implementation == "CPython" and python_version=="3.10"
99numpy ~= 1.26.0 ; platform_python_implementation == "CPython" and python_version>="3.11" and python_version<"3.13"
1010numpy ~= 2.2.0 ; platform_python_implementation == "CPython" and python_version=="3.13"
11- pytest >= 7
11+ pytest >= 6
1212pytest-timeout
1313scipy ~= 1.5.4 ; platform_python_implementation == "CPython" and python_version<"3.10"
1414scipy ~= 1.8.0 ; platform_python_implementation == "CPython" and python_version=="3.10" and sys_platform!="win32"
You can’t perform that action at this time.
0 commit comments