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
When a plugin is installed; it get called even on projects that don't use it.
In particular on some projects I get:
INTERNALERROR> File "/Users/bussonniermatthias/miniconda3/envs/arm64/lib/python3.12/site-packages/pytest_doctestplus/plugin.py", line 212, in pytest_configure
INTERNALERROR> run_regular_doctest = config.option.doctestmodules and not config.option.doctest_plus
INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR> AttributeError: 'Namespace' object has no attribute 'doctestmodules'
Could we get a conditional check it exists ?
The text was updated successfully, but these errors were encountered:
When a plugin is installed; it get called even on projects that don't use it.
In particular on some projects I get:
Could we get a conditional check it exists ?
The text was updated successfully, but these errors were encountered: