scipy / scipy_doctest

Floating-point aware doctesting
BSD 3-Clause "New" or "Revised" License
5 stars 4 forks source link

BUG: pytest register_assert_rewrites of internal modules #166

Closed ev-br closed 2 months ago

ev-br commented 2 months ago

Otherwise, import scipy_doctest emits obscure warnings from pytest on reimports.

ev-br commented 2 months ago

This is needed for https://github.com/scipy/scipy/pull/21017 which intends to (partially) fix https://github.com/scipy/scipy/issues/20960 . Am going to merge and cut the 1.3 release quickly to unblock the scipy issue.

I checked locally that scipy, numpy and pywavelets seem to be OK with this.