We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1119a63 commit a2f3b41Copy full SHA for a2f3b41
2 files changed
pytest.ini
@@ -3,4 +3,3 @@ python_files = test_*.py *_example.py example_*.py
3
addopts = --durations=20 --maxfail=5
4
filterwarnings =
5
ignore::pytest.PytestCacheWarning
6
- ignore::pytest.PytestReturnNotNoneWarning
requirements-testing.txt
@@ -1,8 +1,8 @@
1
-pytest>=7.2,<9.0
+pytest>=7.2,<8.5
2
pytest-runner<6.0.2
pytest-cov<6.1.2
flake8-pyproject>=1.2.3,<1.2.4
nbval<0.11.1
scipy<1.15.3
7
pooch<1.8.3
8
-click<9.0
+click<9.0
0 commit comments