diff --git a/pyproject.toml b/pyproject.toml index 5f2ed86c..58fb232c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,9 +52,7 @@ release = [ ] test = [ - "pytest", - "pytest-black", - "pytest-cases", + "pytest>=7.0.0,<8.1", "pytest-cov", "pytest-emoji", "pytest-raises", @@ -77,7 +75,6 @@ convention = "numpy" [tool.pytest.ini_options] addopts = [ "--verbose", - "--black", "--emoji", "--cov=wf_psf", "--cov-report=term-missing",