-
Notifications
You must be signed in to change notification settings - Fork 48
Generate baseline hashes during tests to reduce flakiness #234
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
base: main
Are you sure you want to change the base?
Conversation
668b09c
to
ce61e89
Compare
ce61e89
to
ff90724
Compare
Hi @astrofrog @Cadair! How would you feel about merging this? It would make the test suite much more stable over time, as we'd be less sensitive to minor visual changes in matplotlib. As I mentioned in #240:
|
I'd be happy to see this merged! |
Seems sensible to me. |
Based on matplotlib#240 Co-authored-by: David Stansby <[email protected]>
This also fixes the messy GitHub Actions output pytest-dev/pytest#5502 (comment)
@ConorMacBride - feel free to merge once you feel it's ready |
pytest-mpl
test suite relies on lots of hardcoded hashes remaining the same, which leads to lots of test failures on different platforms.Closes #232
Closes #225
Closes #179