File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
[pytest]
2
- minversion = 3.10
2
+ minversion = 6
3
3
norecursedirs = test_* extra_*
4
4
xfail_strict = True
5
5
addopts =
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.
8
8
numpy ~= 1.22.2 ; platform_python_implementation == "CPython" and python_version=="3.10"
9
9
numpy ~= 1.26.0 ; platform_python_implementation == "CPython" and python_version>="3.11" and python_version<"3.13"
10
10
numpy ~= 2.2.0 ; platform_python_implementation == "CPython" and python_version=="3.13"
11
- pytest >= 7
11
+ pytest >= 6
12
12
pytest-timeout
13
13
scipy ~= 1.5.4 ; platform_python_implementation == "CPython" and python_version<"3.10"
14
14
scipy ~= 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