Skip to content

Commit

Permalink
hotfix: pin pytest to <8.0.0
Browse files Browse the repository at this point in the history
Pytest-cases is not compatible yet.

Refs: smarie/python-pytest-cases#330
  • Loading branch information
paquiteau committed Feb 2, 2024
1 parent eda0e62 commit ed69c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ finufft = ["finufft"]
pynfft = ["pynfft2", "cython<3.0.0"]
pynufft = ["pynufft"]

test = ["pytest", "pytest-cov", "pytest-xdist", "pytest-sugar", "pytest-cases"]
test = ["pytest<8.0.0", "pytest-cov", "pytest-xdist", "pytest-sugar", "pytest-cases"]
dev = ["black", "isort", "ruff"]
doc = ["sphinx-book-theme","sphinx-copybutton", "sphinx-gallery", "matplotlib", "pooch", "brainweb-dl"]
# pooch is for scipy.datasets
Expand Down

0 comments on commit ed69c65

Please sign in to comment.