Skip to content
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

Merged
merged 13 commits into from Oct 9, 2021
Merged

Conversation

lithomas1
Copy link
Member

@lithomas1 lithomas1 commented Oct 7, 2021

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.

@lithomas1 lithomas1 changed the title Fix py310 WIP: TST: Find out why Python 3.10 is failing Oct 7, 2021
@lithomas1 lithomas1 marked this pull request as draft October 7, 2021 14:03
@pep8speaks
Copy link

pep8speaks commented Oct 7, 2021

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

@lithomas1
Copy link
Member Author

@github-actions pre-commit

@lithomas1 lithomas1 closed this Oct 7, 2021
@lithomas1 lithomas1 reopened this Oct 7, 2021
@lithomas1 lithomas1 changed the title WIP: TST: Find out why Python 3.10 is failing TST: Skip leaky test on Python 3.10 Oct 7, 2021
@lithomas1
Copy link
Member Author

@github-actions pre-commit

@lithomas1 lithomas1 added Python 3.10 Testing pandas testing functions or related to the test suite labels Oct 7, 2021
@lithomas1 lithomas1 closed this Oct 7, 2021
@lithomas1 lithomas1 reopened this Oct 7, 2021
@jreback jreback added this to the 1.4 milestone Oct 7, 2021
@lithomas1
Copy link
Member Author

@github-actions pre-commit

@lithomas1 lithomas1 closed this Oct 8, 2021
@lithomas1 lithomas1 reopened this Oct 8, 2021
@lithomas1 lithomas1 marked this pull request as ready for review October 8, 2021 02:19
@lithomas1 lithomas1 modified the milestones: 1.4, 1.3.4 Oct 8, 2021
@lithomas1
Copy link
Member Author

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.

@jreback
Copy link
Contributor

jreback commented Oct 8, 2021

sounds good

Copy link
Member

@mzeitlin11 mzeitlin11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jbrockmendel
Copy link
Member

LGTM

@jreback jreback merged commit 1ad8b81 into pandas-dev:master Oct 9, 2021
@jreback
Copy link
Contributor

jreback commented Oct 9, 2021

thanks @lithomas1 very nice

@jreback
Copy link
Contributor

jreback commented Oct 9, 2021

@meeseeksdev backport 1.3.x

@lumberbot-app
Copy link

lumberbot-app bot commented Oct 9, 2021

Something went wrong ... Please have a look at my logs.

lithomas1 added a commit that referenced this pull request Oct 9, 2021
Co-authored-by: Thomas Li <47963215+lithomas1@users.noreply.github.com>
gasparitiago pushed a commit to gasparitiago/pandas that referenced this pull request Oct 9, 2021
rhshadrach pushed a commit to rhshadrach/pandas that referenced this pull request Oct 10, 2021
@lithomas1 lithomas1 deleted the fix-py310 branch November 11, 2021 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Python 3.10 Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants