[sage-devel] Re: one test fails because of optional package

2013-03-22 Thread kcrisman
See http://trac.sagemath.org/sage_trac/ticket/14344 -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group

[sage-devel] Re: one test fails because of optional package

2013-03-22 Thread Keshav Kini
John H Palmieri writes: > And after it (between 'atlas...' and 'blas...'), just in case. Maybe > something like > > ['atlas...', ..., 'python...', ...] Another, probably less computationally expensive option:: sage: len(filter( : lambda x: x.startswith('atlas') or x.start

[sage-devel] Re: one test fails because of optional package

2013-03-22 Thread John H Palmieri
On Friday, March 22, 2013 5:25:50 PM UTC-7, Keshav Kini wrote: > > leif > writes: > > kcrisman wrote: > >> > >> > >> On Friday, March 22, 2013 9:21:54 AM UTC-4, Rajeev wrote: > >> > >> Hi, > >> > >> The following test fails because I have some optional packages > >> installed

[sage-devel] Re: one test fails because of optional package

2013-03-22 Thread Keshav Kini
leif writes: > kcrisman wrote: >> >> >> On Friday, March 22, 2013 9:21:54 AM UTC-4, Rajeev wrote: >> >> Hi, >> >> The following test fails because I have some optional packages >> installed - >> >> $ sage -t --long -force_lib devel/sage/sage/misc/package.py >> sage -t --long -

[sage-devel] Re: one test fails because of optional package

2013-03-22 Thread leif
kcrisman wrote: On Friday, March 22, 2013 9:21:54 AM UTC-4, Rajeev wrote: Hi, The following test fails because I have some optional packages installed - $ sage -t --long -force_lib devel/sage/sage/misc/package.py sage -t --long -force_lib "devel/sage/sage/misc/package.py

[sage-devel] Re: one test fails because of optional package

2013-03-22 Thread kcrisman
On Friday, March 22, 2013 9:21:54 AM UTC-4, Rajeev wrote: > > Hi, > > The following test fails because I have some optional packages installed - > > $ sage -t --long -force_lib devel/sage/sage/misc/package.py > sage -t --long -force_lib "devel/sage/sage/misc/package.py" > ***