-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pytest-8.0.0 breaks cython doctesting using this module #58
Labels
Comments
nsoranzo
added a commit
to nsoranzo/bx-python
that referenced
this issue
Jan 30, 2024
3 tasks
lpsinger
added a commit
to lpsinger/healpy
that referenced
this issue
Mar 4, 2024
pytest-cython does not work with pytest 8.x. See lgpage/pytest-cython#58. Fixes healpy#912.
Another thing that broke with pytest 8.x: the
See also healpy/healpy#912. |
lpsinger
added a commit
to healpy/healpy
that referenced
this issue
Mar 4, 2024
pytest-cython does not work with pytest 8.x. See lgpage/pytest-cython#58. Fixes #912.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Running cython-based doctests using this module with the latest pytest release (8.0.0) fails.
See the following for the relevant error messages that are output when running a project's test suite under tox:
Installed Packages
The following Python and installed packages versions being used:
Expected behavior
The tests should run as expected.
The text was updated successfully, but these errors were encountered: