8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b0a2f commit cb6488dCopy full SHA for cb6488d
numpy/typing/tests/test_typing.py
@@ -86,8 +86,6 @@ def strip_func(match: re.Match[str]) -> str:
86
return match.groups()[1]
87
88
89
-@pytest.mark.slow
90
-@pytest.mark.skipif(NO_MYPY, reason="Mypy is not installed")
91
@pytest.fixture(scope="module", autouse=True)
92
def run_mypy() -> None:
93
"""Clears the cache and run mypy before running any of the typing tests.
0 commit comments