Uh oh!
There was an error while loading. Please reload this page.
Generate baseline hashes during tests to reduce flakiness - #234
Conversation
668b09c to
ce61e89Comparece61e89 to
ff90724CompareConorMacBride
commented
Apr 28, 2025
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:
|
astrofrog
commented
Apr 29, 2025
I'd be happy to see this merged! |
Cadair
commented
Apr 29, 2025
Seems sensible to me. |
Based on matplotlib#240 Co-authored-by: David Stansby <dstansby@gmail.com>
This also fixes the messy GitHub Actions output pytest-dev/pytest#5502 (comment)
astrofrog
commented
Jun 9, 2025
@ConorMacBride - feel free to merge once you feel it's ready |
pytest-mpltest 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