-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
TST: Skip leaky test on Python 3.10 #43910
Conversation
Hello @lithomas1! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2021-10-08 14:41:15 UTC |
@github-actions pre-commit |
@github-actions pre-commit |
@github-actions pre-commit |
We need to target 1.3.4 since we've already released Python 3.10 wheels, which means we've committed to Python 3.10 support in 1.3.x. We cannot commit to Python 3.10 support if we allow failure on the CI build. This PR takes the CI build out of allow failure by resolving the leaky test causing flaky, cryptic errors. |
sounds good |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
LGTM |
thanks @lithomas1 very nice |
@meeseeksdev backport 1.3.x |
Something went wrong ... Please have a look at my logs. |
Co-authored-by: Thomas Li <47963215+lithomas1@users.noreply.github.com>
This test seems to be leaking on Python 3.10, causing subsequent tests to fail with a cryptic and flaky error. Let's skip it.
This unblocks official Python 3.10 support.
I am not fixing the test since my first attempt at fixing the leakiness failed and I don't understand and don't have time to fix the problem.
If this works, we can revert #41990.