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
pytest 8.1.1 (just released) contains a consider_namespace_packages argument for import_path. The changes added in #241 use this argument for pytest >=8.2:
pytest 8.1.1 (just released) contains a
consider_namespace_packages
argument forimport_path
. The changes added in #241 use this argument for pytest>=8.2
:pytest-doctestplus/pytest_doctestplus/plugin.py
Lines 268 to 271 in 9b747b8
but unfortunately the above argument change was included in a "bugfix" 8.1.1 version. This produces errors like the following:
when running pytest 8.1.1 with pytest-doctestplus 1.2.0
The text was updated successfully, but these errors were encountered: