Opened 11 years ago
Closed 9 years ago
#9965 closed defect (duplicate)
Make SYMPOW not write to files under global Sage installations
Reported by: | mpatel | Owned by: | GeorgSWeber |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | build | Keywords: | |
Cc: | cschwan, fbissey, lftabera | Merged in: | |
Authors: | Reviewers: | Jeroen Demeyer | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
SYMPOW-related doctests can in
sage/lfunctions/sympow.py sage/modular/abvar/abvar.py sage/modular/hecke/submodule.py sage/schemes/elliptic_curves/ell_rational_field.py
can fail if users who do not have write access under SAGE_ROOT
runs these tests before a user who does have this access.
See comments 8 and 9 at #9703 for background and a suggested solution.
This is the likely cause of the non-qepcad failures reported by Luis Felipe Tabera on sage-devel.
Change History (1)
comment:1 Changed 9 years ago by
- Milestone set to sage-duplicate/invalid/wontfix
- Resolution set to duplicate
- Reviewers set to Jeroen Demeyer
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
This is fixed by #11920.