Skip to content

Commit 7b5923f

Browse files
committed
Mark get_editable_root test as random
1 parent e9c8c2c commit 7b5923f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/config.py.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def get_editable_root() -> tuple[Path, Path] | None:
103103
EXAMPLES::
104104

105105
sage: from sage.config import get_editable_root
106-
sage: get_editable_root()
106+
sage: get_editable_root() # random
107107
(WindowsPath('<path_to_sage>/sage'), WindowsPath('<path_to_sage>/sage/build/cp312'))
108108
"""
109109
if (

0 commit comments

Comments
 (0)