Closed
Description
Bug summary
Since #24247 (@QuLogic), triage_tests.py is no longer able to report on broken mpl_toolkits tests.
Code for reproduction
Change e.g. the definition of tests_axes3d.py::test_aspects() to just plt.plot(); return
and run pytest lib/mpl_toolkits/mplot3d/tests/test_axes3d.py::test_aspects
(which will fail), and then run tools/triage_tests.py
.
Actual outcome
ValueError: Can't find baseline dir for test_axes3d
Expected outcome
triage_tests.py runs.
Additional information
No response
Operating system
fedora37
Matplotlib Version
3.7.0.dev719+gfc8e041146
Matplotlib Backend
any
Python version
3.10
Jupyter version
ENOSUCHLIB
Installation
git checkout