Thanks to visit codestin.com
Credit goes to github.com

Skip to content

TST: Mark the typing tests as slow #17411

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 1 commit into from
Oct 1, 2020
Merged

TST: Mark the typing tests as slow #17411

merged 1 commit into from
Oct 1, 2020

Conversation

BvB93
Copy link
Member

@BvB93 BvB93 commented Oct 1, 2020

closes #17316.

Per the community meeting of 30 Sep 2020:
This PR marks the typing tests as slow, serving as a band aid for some rather difficult to
debug mypy crashes (see the linked issue). Marking them as slow ensures that they should
not impede any local test runs (unless one wants to explicitly run the typing tests...).

The typing tests can still be run by switching the mode from fast (default) to full:

python ./runtest.py -t numpy/typing --mode=full

@BvB93
Copy link
Member Author

BvB93 commented Oct 1, 2020

Pinging @charris and @mattip.

@charris charris merged commit 33963ba into numpy:master Oct 1, 2020
@charris
Copy link
Member

charris commented Oct 1, 2020

Thanks @BvB93 .

@BvB93 BvB93 deleted the mypy-error branch October 1, 2020 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mypy test errors when using python runtests.py
2 participants