Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Mark package tests as random
Browse files Browse the repository at this point in the history
  • Loading branch information
jdemeyer committed Aug 30, 2016
1 parent 7f365e3 commit f6859c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/misc/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
sage: from sage.misc.package import list_packages
sage: pkgs = list_packages(local=True)
sage: sorted(pkgs.keys())
sage: sorted(pkgs.keys()) # random
['4ti2',
'alabaster',
'arb',
Expand Down Expand Up @@ -176,7 +176,7 @@ def list_packages(*pkg_types, **opts):
sage: from sage.misc.package import list_packages
sage: L = list_packages('standard')
sage: sorted(L.keys())
sage: sorted(L.keys()) # random
['alabaster',
'arb',
'atlas',
Expand Down

0 comments on commit f6859c3

Please sign in to comment.