From ed69c65902864ef7341a07134bca080547170821 Mon Sep 17 00:00:00 2001 From: Pierre-antoine Comby Date: Fri, 2 Feb 2024 10:29:12 +0100 Subject: [PATCH] hotfix: pin pytest to <8.0.0 Pytest-cases is not compatible yet. Refs: https://github.com/smarie/python-pytest-cases/issues/330 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8bc8d2aa..f0b7e717 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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