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
The problem referenced above is that we want to skip some doctests when using pandas<2 since outputs changed slightly.
doctestplus doesn't currently solve that problem, since we use doctest-requires to skip a block when that block exists in a docstring. doctest-requires blocks only work in .rst files. For code files there's only the option to skip the whole file via __doctest_requires__
What kind of feature would you like to request?
Other?
Please describe your wishes
Depends on
__main__.py
scientific-python/pytest-doctestplus#229--import-mode
scientific-python/pytest-doctestplus#231--doctest-modules
, asrc/
layout, and--import-mode=importlib
(and no editable mode install) pytest-dev/pytest#11475The text was updated successfully, but these errors were encountered: