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

Commit

Permalink
better fix for the test
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed Jun 8, 2021
1 parent 7469042 commit 82f3fa7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/sage/tests/gap_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
sage: from sage.tests.gap_packages import all_installed_packages, test_packages
sage: pkgs = all_installed_packages(ignore_dot_gap=True)
sage: libgap.SetInfoLevel(libgap.InfoWarning, 0)
sage: for p in pkgs:
....: pkg = p.split('-')[0]
....: if not libgap.LoadPackage(pkg):
....: raise
sage: test_packages(pkgs, only_failures=True) # optional - gap_packages
Status Package GAP Output
+--------+---------+------------+
sage: test_packages(['atlasrep', 'tomlib'])
Status Package GAP Output
+--------+----------+------------+
Expand Down

0 comments on commit 82f3fa7

Please sign in to comment.