Open
Description
Please remove that:
scipy_doctest/scipy_doctest/plugin.py
Lines 52 to 55 in e1a9521
I run pytest --doctest-modules --pyargs mypackage ./tests
in every single project I maintain to run both unit- and doctests together. Why shouldn’t I?