TST: add tests for ufuncs without docstrings, wrapped or not by lpsinger · Pull Request #248 · scientific-python/pytest-doctestplus

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@lpsinger

Copy link Copy Markdown

Contributor

@lpsinger lpsinger commented

Apr 9, 2024

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

This is known to fail on Python 3.11.9 because `--doctest-ufunc`
was broken for wrapped ufuncs without docstrings by
python/cpython#115440.

@bsipocz bsipocz added this to the 1.3.0 milestone

Apr 9, 2024
Copy link Copy Markdown

Member

@bsipocz bsipocz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@lpsinger

Copy link Copy Markdown

Contributor Author

lpsinger commented

Apr 9, 2024

Reported to CPython: python/cpython#117692

pllim reacted with thumbs up emoji

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@bsipocz bsipocz bsipocz approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

1.3.0

Development

Successfully merging this pull request may close these issues.

2 participants

@lpsinger @bsipocz