-
-
Notifications
You must be signed in to change notification settings - Fork 480
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: ignore cython files #33560
Comments
Branch: public/tests/pytest_no_cython |
Commit: |
New commits:
|
comment:2
Merge conflict with #33549 |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Dependencies: #33572 |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:6
I've merged #33572 to resolve a merge conflict and tested with |
Reviewer: Matthias Koeppe |
comment:7
Thanks! |
Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. This was a forced push. New commits:
|
comment:9
Redid the merge with #33572 |
Changed branch from public/tests/pytest_no_cython to |
As we probably don't want people to write pytests in Cython, we should skip collecting cython files to prevent issues like
Later, one could use https://github.com/lgpage/pytest-cython to extract doctests from cython files.
Depends on #33572
CC: @mkoeppe
Component: doctest framework
Author: Tobias Diez
Branch/Commit:
4c0ff54
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/33560
The text was updated successfully, but these errors were encountered: