Skip to content

Commit 5095995

Browse files
committed
request pytest < 8.0
1 parent 7e0f486 commit 5095995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Home="https://atcollab.github.io/at/"
4040
[project.optional-dependencies]
4141
mpi = ["mpi4py"]
4242
plot = ["matplotlib"]
43-
dev = ["pytest >= 2.9", "pytest-lazy-fixture", "pytest-cov", "flake8"]
43+
dev = ["pytest >= 2.9, < 8.0", "pytest-lazy-fixture", "pytest-cov", "flake8"]
4444
doc = ["Sphinx ~= 7.2", "myst-parser", "myst-nb", "pydata-sphinx-theme ~= 0.14",
4545
"sphinx_design", "sphinx-copybutton"]
4646

0 commit comments

Comments
 (0)