As far as I know this failure started with this beta.

sage -t --long src/sage/tests/gap_packages.py
**********************************************************************
File "src/sage/tests/gap_packages.py", line 137, in 
sage.tests.gap_packages.all_installed_packages
Failed example:
    all_installed_packages() == all_installed_packages(gap=gap)
Expected:
    True
Got:
    False
**********************************************************************
1 item had failures:
   1 of   4 in sage.tests.gap_packages.all_installed_packages
    [10 tests, 1 failure, 1.04 s]


For info:

sage: from sage.tests.gap_packages import all_installed_packages
sage: all_installed_packages()
('AtlasRep',
 'FactInt',
 'GAPDoc',
 'SmallGrp',
 'alnuth',
 'atlasrep',
 'autpgrp',
 'crisp',
 'ctbllib',
 'fga',
 'irredsol',
 'laguna',
 'polenta',
 'polycyclic',
 'primgrp',
 'resclasses',
 'sophus',
 'tomlib',
 'transgrp')
sage: all_installed_packages(gap=gap)
('FactInt',
 'GAPDoc',
 'SmallGrp',
 'alnuth',
 'atlasrep',
 'autpgrp',
 'crisp',
 'ctbllib',
 'fga',
 'irredsol',
 'laguna',
 'polenta',
 'polycyclic',
 'primgrp',
 'resclasses',
 'sophus',
 'tomlib',
 'transgrp')

ls ~/.gap/pkg/
AtlasRep


-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/1969b326-0280-430f-8e84-45053acf1b05%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to