1.12.1 - Bugfixes
-
Now using module name and not file path to detect symbols in cases files that are imported from elsewhere and not created locally. Indeed that was causing problems on some ^platforms where a
.pyccache file is created. Fixes #72 -
Fixed
PluginValidationErrorwhenpytest_fixture_plusorpytest_parametrize_pluswere used in aconftest.pyfile. Fixes #71. According to discussion in pytest#6475,pytest_fixture_plusandpytest_parametrize_plusare now renamed tofixture_plusandparametrize_plusin order for pytest (pluggy) not to think they are hooks. Old aliases will stay around for a few versions, with a deprecation warning.
See documentation page for details.