-
-
Notifications
You must be signed in to change notification settings - Fork 684
sage.env: Remove fallback from SAGE_SRC to SAGE_LIB
#37666
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
base: develop
Are you sure you want to change the base?
Conversation
|
I haven''t thought too deeply about it so far. What will happen with doctests? I cannot remember if |
|
This beaks (at least) doctesting |
|
That's what I thought. |
|
Easy fix for that issue: Running the full test suite now, will report tomorrow with other issues found. |
|
Right, this will depend on: |
This lets you specify SAGE_SRC like /path/to/test/dir/../../src/dir, which avoids post-install test failures in sage/doctest/test.py
as it resolves symlinks
…gnize nodoctest marker files
It's broken with #37647 too |
|
Thanks for testing! |
|
Documentation preview for this PR (built with commit 82a32da; changes) is ready! 🎉 |
|
Still many uses of Also, an error is thrown at the end of doctesting: Finally, optional distributions fail to build: |
This is:
📝 Checklist
⌛ Dependencies
sage.doctest: Remove most uses of SAGE_SRC in doctests #37648