Right now if a conftest.py (or a module it imports) issues a warning, it does not show up in the warnings summary. Since conftest.py can be used to load plugins from other packages, it would be useful to be able to issue DeprecationWarnings and other warnings that are actually visible when pytest is run.
Right now if a
conftest.py(or a module it imports) issues a warning, it does not show up in the warnings summary. Sinceconftest.pycan be used to load plugins from other packages, it would be useful to be able to issueDeprecationWarnings and other warnings that are actually visible whenpytestis run.