diff --git a/pyproject.toml b/pyproject.toml index 8e82e69..b7823b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,6 +89,7 @@ addopts = ["-ra", "--strict-markers", "--strict-config"] xfail_strict = true testpaths = "tests" filterwarnings = ["once::Warning"] +norecursedirs = ["tests/typing"] [tool.coverage.run]