8000 TST: marks on a fixture have no effect · numpy/numpy@cb6488d · GitHub
[go: up one dir, main page]

Skip to content

Commit cb6488d

Browse files
mattipcharris
authored andcommitted
TST: marks on a fixture have no effect
1 parent 76b0a2f commit cb6488d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

numpy/typing/tests/test_typing.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ def strip_func(match: re.Match[str]) -> str:
8686
return match.groups()[1]
8787

8888

89-
@pytest.mark.slow
90-
@pytest.mark.skipif(NO_MYPY, reason="Mypy is not installed")
9189
@pytest.fixture(scope="module", autouse=True)
9290
def run_mypy() -> None:
9391
"""Clears the cache and run mypy before running any of the typing tests.

0 commit comments

Comments
 (0)
0