8000 Merge pull request #25710 from mattip/pytest8.0 · numpy/numpy@4001f26 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4001f26

Browse files
authored
Merge pull request #25710 from mattip/pytest8.0
TST: marks on a fixture have no effect
2 parents fa7af22 + 6c3561b commit 4001f26

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
@@ -72,8 +72,6 @@ def strip_func(match: re.Match[str]) -> str:
7272
return match.groups()[1]
7373

7474

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

0 commit comments

Comments
 (0)
0