8000 CI: pin cygwin python to 3.9.16-1 and fix typing tests [skip cirrus][skip azp][skip circle] by charris · Pull Request #25718 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

CI: pin cygwin python to 3.9.16-1 and fix typing tests [skip cirrus][skip azp][skip circle] #25718

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
TST: marks on a fixture have no effect
  • Loading branch information
mattip authored and charris committed Jan 29, 2024
commit cb6488d0ef16b460f886b5848be6fd151063dfcd
2 changes: 0 additions & 2 deletions numpy/typing/tests/test_typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ def strip_func(match: re.Match[str]) -> str:
return match.groups()[1]


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