| Summary: | dev-python/scimath fails tests | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
| Component: | New packages | Assignee: | Gentoo Science Related Packages <sci> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | python |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Build log | ||
|
Description
Diego Elio Pettenò (RETIRED)
2010-02-15 14:12:00 UTC
Created attachment 219773 [details]
Build log
I can not reproduce it on amd64, but I suspect a numpy version. Could you try with numpy-1.3.0? Thanks Hmm. i get a different error
est_with_ton (enthought.units.tests.units_test_case.test_units) ... ok
======================================================================
ERROR: Failure: ImportError (No module named testing.api)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/nose/loader.py", line 382, in loadTests
FromName
addr.filename, addr.module)
File "/usr/lib/python2.6/site-packages/nose/importer.py", line 39, in importFr
omPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/python2.6/site-packages/nose/importer.py", line 86, in importFr
omDir
mod = load_module(part_fqname, fh, filename, desc)
File "/var/tmp/portage/dev-python/scimath-3.0.5/work/SciMath-3.0.5/enthought/u
nits/tests/function_signature_test_case.py", line 5, in <module>
from enthought.testing.api import doctest_for_module
ImportError: No module named testing.api
Fixed (3.0.5) with added dependency etsdevtools. |