scientific-python / pytest-doctestplus

Pytest plugin providing advanced doctest features
Other
94 stars 38 forks source link

TST: add tests for ufuncs without docstrings, wrapped or not #248

Closed lpsinger closed 5 months ago

lpsinger commented 5 months ago

This is known to fail on Python 3.11.9 because --doctest-ufunc was broken for wrapped ufuncs without docstrings by https://github.com/python/cpython/pull/115440.

lpsinger commented 5 months ago

Reported to CPython: https://github.com/python/cpython/issues/117692