-
-
Notifications
You must be signed in to change notification settings - Fork 565
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
sage.graphs: Do not use SAGE_TMP in doctests #33829
Comments
Commit: |
Author: Michael Orlitzky |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Reviewer: David Coudert |
comment:4
LGTM. All tests pass. |
comment:5
Merge failure on top of: e2ebf44 Trac #33825: Use pytest-xdist to run pytest in parallel b400962 Trac #33824: make gens and orbits of PermutationGroup immutable af23627 Trac #33809: some pathlib in combinat and groups 955b5d9 Trac #33803: Fixes for the distributions sagemath-objects, sagemath-categories 3e6b41f Trac #33799: Replace SAGE_TMP in doctests of sage.misc.{persist,ostools}, sage.doctest, sage.repl a3fd718 Trac #33797: sage.misc.temporary_file: Remove use of SAGE_TMP 2ca0530 Trac #33794: modules/fp_graded/morphism.py test failure 7037fba Trac #33793: sage.misc.cython: Replace use of SPYX_TMP by a new cached function in sage.misc.temporary_file d115270 Trac #33787: Installation manual: Update section "system-wide install" 0ae5565 Trac #33782: ci-cygwin: Update python version 833f53d Trac #33779: Remove use of SAGE_TMP in sage.interfaces.latte b376a8d Trac #33771: SSLContext needs an argument df168c8 Trac #33763: Refactor src/sage/docs 9597eaf Trac #33748: make accessing coefficients of finite-field elements easier f02236f Trac #33744: Compute bases/circuits in MatroidUnion 8943dc0 Trac #33743: Faster random tree generator 773ec37 Trac #33740: Add conda dev environment 5e65c16 Trac #33734: variety() for polynomial systems over ℚ using msolve 8e7dcca Trac #33733: allow to use flint for Stirling numbers 6f4efb0 Updated SageMath version to 9.7.beta0 merge was not clean: conflicts in src/sage/graphs/isgci.py |
Dependencies: #33771 |
comment:8
Merged #33771 to resolve merge conflict |
comment:10
in + # Save a systemwide updated copy whenever possible
+ try:
+ z.extract(_XML_FILE, GRAPHS_DATA_DIR)
+ z.extract(_SMALLGRAPHS_FILE, GRAPHS_DATA_DIR)
+ except IOError:
+ z.extract(_XML_FILE, d)
+ z.extract(_SMALLGRAPHS_FILE, GRAPHS_DATA_DIR) pyflakes also complains about |
comment:11
lgtm |
Changed reviewer from David Coudert to David Coudert, Dima Pasechnik |
comment:12
something should still be done with the it looks like the fallback |
comment:13
I'm trying to replace what's inside the |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:16
rebased over latest 9.7.beta2 |
comment:17
it works |
Changed dependencies from #33829 to none |
Changed branch from u/dimpase/sage_graphs__do_not_use_sage_tmp_in_doctests to |
(split out from #33213)
CC: @orlitzky @dcoudert @dimpase @fchapoton
Component: refactoring
Author: Michael Orlitzky
Branch/Commit:
976f0d6
Reviewer: David Coudert, Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/33829
The text was updated successfully, but these errors were encountered: