diff --git a/pyproject.toml b/pyproject.toml index 190b355..5fabe80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,13 +8,16 @@ skip-string-normalization = true [tool.setuptools_scm] [pytest.enabler.black] -addopts = "--black" +# disabled for pytest-dev/pytest#8332 +# addopts = "--black" [pytest.enabler.mypy] -addopts = "--mypy" +# disabled for pytest-dev/pytest#8332 +# addopts = "--mypy" [pytest.enabler.flake8] -addopts = "--flake8" +# disabled for pytest-dev/pytest#8332 +# addopts = "--flake8" [pytest.enabler.cov] addopts = "--cov"