Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 464164 - dev-python/encore-0.3 bump/test failure
Summary: dev-python/encore-0.3 bump/test failure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL: https://github.com/enthought/encore/i...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-02 07:17 UTC by Patrick Lauer
Modified: 2013-04-05 14:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2013-04-02 07:17:35 UTC
======================================================================
ERROR: Failure: ImportError (No module named concurrent.futures)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/nose/loader.py", line 412, in loadTestsFromName
    addr.filename, addr.module)
  File "/usr/lib/python2.7/site-packages/nose/importer.py", line 39, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/usr/lib/python2.7/site-packages/nose/importer.py", line 86, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/var/tmp/portage/dev-python/encore-0.3/work/encore-0.3/encore/concurrent/futures/__init__.py", line 9, in <module>
    from encore.concurrent.futures.synchronous import SynchronousExecutor
  File "/var/tmp/portage/dev-python/encore-0.3/work/encore-0.3/encore/concurrent/futures/synchronous.py", line 9, in <module>
    from concurrent.futures import Executor, Future
ImportError: No module named concurrent.futures

----------------------------------------------------------------------
Ran 459 tests in 123.028s

FAILED (SKIP=46, errors=1)
 * ERROR: dev-python/encore-0.3 failed (test phase):
 *   Testing failed with CPython 2.7 in python_test_function() function

http://docs.python.org/dev/library/concurrent.futures.html
suggests "new in 3.2" - so it can't work in 2.7
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2013-04-05 14:20:49 UTC
ImportError: No module named concurrent.futures

See the URL. Package futures provides it making it a new dep for this version; it's in portage already.

  05 Apr 2013; Ian Delaney <idella4@gentoo.org> +encore-0.3.ebuild:
  bump