diff --git a/pyproject.toml b/pyproject.toml index b6ebc0b..528c47e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,14 +7,15 @@ skip-string-normalization = true [tool.setuptools_scm] -[pytest.enabler.black] -addopts = "--black" - -[pytest.enabler.mypy] -addopts = "--mypy" - -[pytest.enabler.flake8] -addopts = "--flake8" +# Disable plugins as workaround for pytest-dev/pytest#8332 +#[pytest.enabler.black] +#addopts = "--black" +# +#[pytest.enabler.mypy] +#addopts = "--mypy" +# +#[pytest.enabler.flake8] +#addopts = "--flake8" [pytest.enabler.cov] addopts = "--cov"