Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 506332 - dev-python/subunit-0.0.18 USE=test should depend on dev-python/testscenarios
Summary: dev-python/subunit-0.0.18 USE=test should depend on dev-python/testscenarios
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: bazaar+obsolete
URL:
Whiteboard:
Keywords:
Depends on: 506510
Blocks:
  Show dependency tree
 
Reported: 2014-03-31 07:29 UTC by Patrick Lauer
Modified: 2014-10-23 01:30 UTC (History)
2 users (show)

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 2014-03-31 07:29:07 UTC
Traceback (most recent call last):
  File "/usr/lib64/python3.3/runpy.py", line 160, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib64/python3.3/runpy.py", line 73, in _run_code
    exec(code, run_globals)
  File "/usr/lib64/python3.3/site-packages/testtools/run.py", line 399, in <module>
    main(sys.argv, sys.stdout)
  File "/usr/lib64/python3.3/site-packages/testtools/run.py", line 396, in main
    stdout=stdout)
  File "/usr/lib64/python3.3/site-packages/testtools/run.py", line 206, in __init__
    self.parseArgs(argv)
  File "/usr/lib64/python3.3/site-packages/testtools/run.py", line 283, in parseArgs
    self.createTests()
  File "/usr/lib64/python3.3/site-packages/testtools/run.py", line 292, in createTests
    self.module)
  File "/usr/lib64/python3.3/unittest/loader.py", line 137, in loadTestsFromNames
    suites = [self.loadTestsFromName(name, module) for name in names]
  File "/usr/lib64/python3.3/unittest/loader.py", line 137, in <listcomp>
    suites = [self.loadTestsFromName(name, module) for name in names]
  File "/usr/lib64/python3.3/unittest/loader.py", line 122, in loadTestsFromName
    test = obj()
  File "./all_tests.py", line 33, in test_suite
    result.addTest(subunit.test_suite())
  File "/var/tmp/portage/dev-python/subunit-0.0.18/work/subunit-0.0.18/python/subunit/__init__.py", line 165, in test_suite
    import subunit.tests
  File "/var/tmp/portage/dev-python/subunit-0.0.18/work/subunit-0.0.18/python/subunit/tests/__init__.py", line 20, in <module>
    from testscenarios import generate_scenarios
ImportError: No module named 'testscenarios'
 *   environment, line 2484:  Called multibuild_foreach_variant '_multibuild_parallel' '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
 * ERROR: dev-python/subunit-0.0.18::gentoo failed (test phase):
 *   environment, line 2432:  Called _multibuild_run '_multibuild_parallel' '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
 *   Testing failed with python3.3


So this ends up as a huge keywording mess which I don't want to figure out right now ...
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2014-10-23 01:30:50 UTC
*subunit-0.0.21 (23 Sep 2014)

  23 Sep 2014; Ian Delaney <idella4@gentoo.org> +files/0.0.21-tests.patch,
  +subunit-0.0.21.ebuild:
  bump; unrestrict test phase, patch to remove rogue tests that abort testsuite,
  re-order calls to eclass phases to properly patch the source

Added in subunit-0.0.21, closing obsoleted