-
Notifications
You must be signed in to change notification settings - Fork 84
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
--rerun-except retries the test once #211
Comments
Thank you for your report. Does your example behave the same when using |
Yes, the behavior is the same with
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I used
--rerun-except
and was expecting the test to never be retried on the given regex. But I found that the test was retried once. Here is a sample test casetest_demo.py
requirements.txt
Running
produces
Is this the expected behavior? Is it possible to avoid even the single retry?
The text was updated successfully, but these errors were encountered: