Skip to content

CI/TST: Ignore flaky BufferedRandom ResourceWarning from matplotlib #52985

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

Merged
merged 5 commits into from
Apr 30, 2023

Conversation

mroeschke
Copy link
Member

xref #44844

@mroeschke mroeschke added CI Continuous Integration Unreliable Test Unit tests that occasionally fail labels Apr 28, 2023
@mroeschke mroeschke added this to the 2.1 milestone Apr 28, 2023
@mroeschke mroeschke changed the title CI/TST: Ignore flaky BufferedRandom from matplotlib CI/TST: Ignore flaky BufferedRandom ResourceWarning from matplotlib Apr 28, 2023
@@ -433,6 +433,9 @@ filterwarnings = [
"error::pytest.PytestUnraisableExceptionWarning",
"ignore:.*ssl.SSLSocket:pytest.PytestUnraisableExceptionWarning",
"ignore:.*ssl.SSLSocket:ResourceWarning",
# GH 44844: Can remove once minimum matplotlib version >= 3.7
Copy link
Member

Choose a reason for hiding this comment

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

does this refer to both lines introduced here?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yup

@phofl phofl merged commit bcd3492 into pandas-dev:main Apr 30, 2023
@phofl
Copy link
Member

phofl commented Apr 30, 2023

thx @mroeschke

@mroeschke mroeschke deleted the ci/flaky/resourcewarning branch April 30, 2023 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Unreliable Test Unit tests that occasionally fail
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants