TST: add tests for ufuncs without docstrings, wrapped or not by lpsinger · Pull Request #248 · scientific-python/pytest-doctestplus
Navigation Menu
{{ message }}
scientific-python / pytest-doctestplus Public
- Notifications You must be signed in to change notification settings
- Fork 44
Merged
bsipocz merged 1 commit intoscientific-python:mainfrom
Apr 9, 2024Merged
TST: add tests for ufuncs without docstrings, wrapped or not#248
bsipocz merged 1 commit intoscientific-python:mainfrom
TST: add tests for ufuncs without docstrings, wrapped or not#248
bsipocz merged 1 commit intoscientific-python:mainfrom
Conversation
Copy link Copy Markdown
Contributor
lpsinger
commented
Apr 9, 2024
lpsinger
commented
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
added
the
no-changelog-entry-needed
label
bsipocz
added this to the
1.3.0 milestone
bsipocz approved these changes Apr 9, 2024
Copy link Copy Markdown
Member
bsipocz
left a comment
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!
bsipocz
merged commit
5176f32
into
scientific-python:main
lpsinger
deleted the
wrapped-ufunc-broken
branch
Copy link Copy Markdown
Contributor Author
lpsinger
commented
Apr 9, 2024
lpsinger commented
Apr 9, 2024Reported to CPython: python/cpython#117692
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment