From 5ba2735b5092bc7c749b2dd8360930fb38327d02 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 5 Nov 2021 20:45:13 -0400 Subject: [PATCH] Disable plugin tests. Workaround for pytest-dev/pytest#8332. --- pyproject.toml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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"