-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Test exception catching in test_missing_file #9874
Conversation
@pllim I've tagged you for review since you are a pytest exception/warning catching expert! 😉 |
The Matplotlib dev failure is unrelated |
… fact that plt.xlabel and plt.ylabel now pass loc=None by default to set_xlabel and set_ylabel.
Looks uncontroversial enough but I'll wait for the CI to finish before approving. Thanks! |
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.
32-bit/parallel passed and the Windows failure is being addressed at #9871, so approving and merging. Thanks!
Test exception catching in test_missing_file
Test exception catching in test_missing_file
I think this must be due to an update in pytest.
Fixes #9872