Skip to content

Commit b70b8eb

Browse files
authored
chore: require pytest 6 consistently (#5599)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent fdab860 commit b70b8eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/pytest.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[pytest]
2-
minversion = 3.10
2+
minversion = 6
33
norecursedirs = test_* extra_*
44
xfail_strict = True
55
addopts =

tests/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ numpy~=1.21.5; platform_python_implementation=="CPython" and python_version>="3.
88
numpy~=1.22.2; platform_python_implementation=="CPython" and python_version=="3.10"
99
numpy~=1.26.0; platform_python_implementation=="CPython" and python_version>="3.11" and python_version<"3.13"
1010
numpy~=2.2.0; platform_python_implementation=="CPython" and python_version=="3.13"
11-
pytest>=7
11+
pytest>=6
1212
pytest-timeout
1313
scipy~=1.5.4; platform_python_implementation=="CPython" and python_version<"3.10"
1414
scipy~=1.8.0; platform_python_implementation=="CPython" and python_version=="3.10" and sys_platform!="win32"

0 commit comments

Comments
 (0)