many doctests use # +ELLIPSIS to support ... in outputs. This seems to be default and therefore obsolete :)
how are you planning to remove it?
The documentation still strongly implies it is necessary.
As far as I am aware, doctest runner will fail unless it exists.
Does not work, # +ELLIPSIS is not a default at least for our test setup. Is it possible to set some flag in setup.cfg?
IMO remove it, it works with our test setup and if someone uses another test setup he can still configure it to be default.
Most helpful comment
IMO remove it, it works with our test setup and if someone uses another test setup he can still configure it to be default.