Summary: | dev-python/restrictedpython-3.5.1, net-zope/extensionclass-2.11.3, net-zope/persistence-2.11.1, net-zope/zlog-2.11.1: Missing dependencies for tests | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Thomas Kahle (RETIRED) <tomka> |
Component: | Current packages | Assignee: | net-zope (OBSOLETE) <net-zope+disabled> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 297734 |
Description
Thomas Kahle (RETIRED)
![]() same applies to: dev-python/restrictedpython net-zope/persistence net-zope/tempstorage net-zope/tempstorage doesn't import anything from zope namespace. Fixed. net-zope/zlog also needs that dependency for testing
>>> Source compiled.
* Testing of net-zope/zlog-2.11.1 with Python 2.6...
E.
======================================================================
ERROR: Failure: ImportError (No module named ZConfig.components.logger.tests.test_logger)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/nose/loader.py", line 379, in loadTestsFromName
addr.filename, addr.module)
File "/usr/lib/python2.6/site-packages/nose/importer.py", line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/python2.6/site-packages/nose/importer.py", line 86, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/var/tmp/portage/net-zope/zlog-2.11.1/work/zLOG-2.11.1/src/zLOG/tests/test_logging.py", line 19, in <module>
from ZConfig.components.logger.tests.test_logger import LoggingTestBase
ImportError: No module named ZConfig.components.logger.tests.test_logger
----------------------------------------------------------------------
Ran 2 tests in 0.016s
FAILED (errors=1)
(In reply to comment #4) > net-zope/zlog also needs that dependency for testing net-zope/zlog needs net-zope/zconfig, not net-zope/zope-testing. Fixed. If there are other missing dependencies, then please report separate bugs. |