You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As currently documented, mpl-use-full-test-name should not affect the directory from where the hash library file is relative to. There is an issue with the hash library path, but I don't think it is related to the mpl-use-full-test-name option.
There is a separate issue (noted in #198) saying that --mpl-hash-library should be relative to where pytest was run (to match --mpl-baseline-path), which I think should solve this issue with the broken hash library path.
See #114
It looks like the paths are not correctly adapted if
mpl-use-full-test-name
is enabledSee tests in PR
Test output is
As far as I understand, the error can be narrowed down to
pytest-mpl/pytest_mpl/plugin.py
Line 462 in 7bb5d44
I will push a fix in #114 later.
The text was updated successfully, but these errors were encountered: