Skip to content

Commit 8fa28c3

Browse files
authored
Merge pull request #2623 from enwask/fix-pytest
ci: Fix pytest regression
2 parents 1119a63 + a2f3b41 commit 8fa28c3

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

pytest.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ python_files = test_*.py *_example.py example_*.py
33
addopts = --durations=20 --maxfail=5
44
filterwarnings =
55
ignore::pytest.PytestCacheWarning
6-
ignore::pytest.PytestReturnNotNoneWarning

requirements-testing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
pytest>=7.2,<9.0
1+
pytest>=7.2,<8.5
22
pytest-runner<6.0.2
33
pytest-cov<6.1.2
44
flake8-pyproject>=1.2.3,<1.2.4
55
nbval<0.11.1
66
scipy<1.15.3
77
pooch<1.8.3
8-
click<9.0
8+
click<9.0

0 commit comments

Comments
 (0)