From aeb0eca76db5a450a8653bdbdea040434081e099 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 19 Dec 2021 20:31:16 -0500 Subject: [PATCH] Disable mypy tests. Workaround for pytest-dev/pytest#8332. --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 190b355..ba47384 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,8 +10,9 @@ skip-string-normalization = true [pytest.enabler.black] addopts = "--black" -[pytest.enabler.mypy] -addopts = "--mypy" +# disabled for pytest-dev/pytest#8332 (see #19) +# [pytest.enabler.mypy] +# addopts = "--mypy" [pytest.enabler.flake8] addopts = "--flake8"