-
Notifications
You must be signed in to change notification settings - Fork 4
@pytest.mark.slow
and --runslow
option
#71
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
Conversation
n.b. currently no test in our suite uses |
Thanks! This is a very welcome change! Locally with a recent main branch, I see several uses of
|
Ah I see, screwed up the grep when I was searching is all 😅 |
'later' turned out to be 'now'. Checked it locally, and it does cut the noise! Test suite is still dominated by error processing from xfailed tests, but this is a great change regardless. Thank @honno |
pytest.mark.slow
marker by default like in NumPy--runslow
option to run these slow tests--runslow
on our test CI