-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
error during teardown on skipping tests. #10
Comments
f213
added a commit
to f213/pytest-responses
that referenced
this issue
Jun 25, 2020
This issue is creating many phantom build failures for us. Is anything keeping the PR from landing? |
@getsentry any updates on the PR? |
@f213 your fix definitely works, it means I can now run my tests in parallel with a combination of pytest-xdist and pytest-run :) |
Closed
chadwhitacre
changed the title
error during teadorn on skipping tests.
error during teadown on skipping tests.
Apr 23, 2021
chadwhitacre
changed the title
error during teadown on skipping tests.
error during teardown on skipping tests.
Apr 23, 2021
stuaxo
added a commit
to uktrade/tamato
that referenced
this issue
Jul 15, 2021
Fix issue with skipped tests: getsentry/pytest-responses#10
stuaxo
added a commit
to uktrade/tamato
that referenced
this issue
Jul 16, 2021
Fix issue with skipped tests: getsentry/pytest-responses#10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if first test was skipped, we got error in teardown for pytest_responses.
because pytest_runtest_setup is not called on skipping tests but pytest_runtest_teardown is called.
see pytest-dev/pytest#3385
The text was updated successfully, but these errors were encountered: