Summary: | dev-python/testtools needs rebuild after dev-python/subunit update | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Nikoli <nikoli> |
Component: | [OLD] Development | Assignee: | bazaar+obsolete |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | openstack, python |
Priority: | Normal | Keywords: | TESTFAILURE |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 493930, 494236 |
Description
Nikoli
2013-12-14 15:56:01 UTC
Can you explain why you think we need a subslot here? Else dev-python/subunit:= will not work. Or how else you want to trigger rebuild of dev-python/testtools after dev-python/subunit update or downgrade? subunit-0.0.16 just needs a newer testtools. + 15 Dec 2013; Mike Gilbert <floppym@gentoo.org> subunit-0.0.16.ebuild: + Adjust dependency on testtools, and make the tests work. Tests still fail: >>> Source compiled. * python2_7: running distutils-r1_run_phase python_test /usr/bin/python2.7 setup.py test running test Tests running... ====================================================================== FAIL: testtools.tests.test_distutilscmd.TestCommandTest.test_test_module ---------------------------------------------------------------------- stdout: {{{ running test Tests running... Ran 2 tests in 0.000s OK }}} Traceback (most recent call last): File "/var/package-manager/tmp/portage/dev-python/testtools-0.9.34/work/testtools-0.9.34/testtools/tests/test_distutilscmd.py", line 73, in test_test_module """))) File "/var/package-manager/tmp/portage/dev-python/testtools-0.9.34/work/testtools-0.9.34/testtools/testcase.py", line 414, in assertThat raise MismatchError(matchee, matcher, mismatch, verbose) MismatchError: u'running test\nTests running...\n\nRan 2 tests in 0.000s\nOK\n' does not match /Tests running...\n\nRan 2 tests in \d.\d\d\ds\nOK\n/ ====================================================================== FAIL: testtools.tests.test_distutilscmd.TestCommandTest.test_test_suite ---------------------------------------------------------------------- stdout: {{{ running test Tests running... Ran 2 tests in 0.000s OK }}} Traceback (most recent call last): File "/var/package-manager/tmp/portage/dev-python/testtools-0.9.34/work/testtools-0.9.34/testtools/tests/test_distutilscmd.py", line 95, in test_test_suite """))) File "/var/package-manager/tmp/portage/dev-python/testtools-0.9.34/work/testtools-0.9.34/testtools/testcase.py", line 414, in assertThat raise MismatchError(matchee, matcher, mismatch, verbose) MismatchError: u'running test\nTests running...\n\nRan 2 tests in 0.000s\nOK\n' does not match /Tests running...\n\nRan 2 tests in \d.\d\d\ds\nOK\n/ Ran 1170 tests in 0.206s FAILED (failures=2) >>> Install testtools-0.9.34 into /var/package-manager/tmp/portage/dev-python/testtools-0.9.34/image/ category dev-python Or is it better to open new bug? It's a different bug, so yes. Please attach a full build log, along with temp/build-python2_7.log. |