Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 395825 - dev-python/twisted-11.1.0 version bump
Summary: dev-python/twisted-11.1.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-23 18:19 UTC by Ian Delaney (RETIRED)
Modified: 2011-12-27 07:19 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 Ian Delaney (RETIRED) gentoo-dev 2011-12-23 18:19:09 UTC
perhaps overdue/  The following is the tail from 
gentoo64 twisted # PYTHON_ABIS="2.6 2.7" ebuild twisted-11.1.0.ebuild clean test

from progress

[TODO]
Reason: "the traceback is not preserved, exarkun said he'll try to fix this! god knows how"
Traceback (most recent call last):
  File "/mnt/gen2/tmpdir/portage/dev-python/twisted-11.1.0/temp/tests/usr/lib64/python2.7/site-packages/twisted/test/test_failure.py", line 180, in testLackOfTB
    self.assertEqual(innerline, '1/0')
  File "/mnt/gen2/tmpdir/portage/dev-python/twisted-11.1.0/temp/tests/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 270, in assertEqual
    % (msg, pformat(first), pformat(second)))
twisted.trial.unittest.FailTest: not equal:
a = 'raise self.type, self.value, self.tb'
b = '1/0'


twisted.test.test_failure.FailureTestCase.testLackOfTB
===============================================================================
[TODO]
Reason: 'This may be impossible but it sure would be nice.'
Traceback (most recent call last):
  File "/mnt/gen2/tmpdir/portage/dev-python/twisted-11.1.0/temp/tests/usr/lib64/python2.7/site-packages/twisted/test/test_modules.py", line 357, in test_underUnderPathNotAlreadyImported
    self._underUnderPathTest(False)
  File "/mnt/gen2/tmpdir/portage/dev-python/twisted-11.1.0/temp/tests/usr/lib64/python2.7/site-packages/twisted/test/test_modules.py", line 341, in _underUnderPathTest
    importPackages=doImport),
  File "/mnt/gen2/tmpdir/portage/dev-python/twisted-11.1.0/temp/tests/usr/lib64/python2.7/site-packages/twisted/python/test/modules_helpers.py", line 26, in findByIteration
    self.fail("Unable to find module %r through iteration." % (modname,))
twisted.trial.unittest.FailTest: Unable to find module 'pyspacetests3.foozle' through iteration.

twisted.test.test_modules.PathModificationTest.test_underUnderPathNotAlreadyImported
===============================================================================
[TODO]
Reason: 'This may be impossible but it sure would be nice.'
Traceback (most recent call last):
  File "/mnt/gen2/tmpdir/portage/dev-python/twisted-11.1.0/temp/tests/usr/lib64/python2.7/site-packages/twisted/test/test_modules.py", line 357, in test_underUnderPathNotAlreadyImported
    self._underUnderPathTest(False)
  File "/mnt/gen2/tmpdir/portage/dev-python/twisted-11.1.0/temp/tests/usr/lib64/python2.7/site-packages/twisted/test/test_modules.py", line 341, in _underUnderPathTest
    importPackages=doImport),
  File "/mnt/gen2/tmpdir/portage/dev-python/twisted-11.1.0/temp/tests/usr/lib64/python2.7/site-packages/twisted/python/test/modules_helpers.py", line 26, in findByIteration
    self.fail("Unable to find module %r through iteration." % (modname,))
twisted.trial.unittest.FailTest: Unable to find module 'pyspacetests7.foozle' through iteration.

twisted.test.test_modules.RebindingTest.test_underUnderPathNotAlreadyImported
===============================================================================
[TODO]
Reason: 'This may be impossible but it sure would be nice.'
Traceback (most recent call last):
  File "/mnt/gen2/tmpdir/portage/dev-python/twisted-11.1.0/temp/tests/usr/lib64/python2.7/site-packages/twisted/test/test_modules.py", line 357, in test_underUnderPathNotAlreadyImported
    self._underUnderPathTest(False)
  File "/mnt/gen2/tmpdir/portage/dev-python/twisted-11.1.0/temp/tests/usr/lib64/python2.7/site-packages/twisted/test/test_modules.py", line 341, in _underUnderPathTest
    importPackages=doImport),
  File "/mnt/gen2/tmpdir/portage/dev-python/twisted-11.1.0/temp/tests/usr/lib64/python2.7/site-packages/twisted/python/test/modules_helpers.py", line 26, in findByIteration
    self.fail("Unable to find module %r through iteration." % (modname,))
twisted.trial.unittest.FailTest: Unable to find module 'pyspacetests11.foozle' through iteration.

twisted.test.test_modules.ZipPathModificationTest.test_underUnderPathNotAlreadyImported
===============================================================================
[TODO]
Reason: 'YAGNI'
Traceback (most recent call last):
  File "/mnt/gen2/tmpdir/portage/dev-python/twisted-11.1.0/temp/tests/usr/lib64/python2.7/site-packages/twisted/trial/test/test_util.py", line 246, in test_stripFlags
    stripFlags=True)
  File "/mnt/gen2/tmpdir/portage/dev-python/twisted-11.1.0/temp/tests/usr/lib64/python2.7/site-packages/twisted/internet/defer.py", line 983, in unwindGenerator
    return _deferGenerator(f(*args, **kwargs), Deferred())
exceptions.TypeError: _runSequentially() got an unexpected keyword argument 'stripFlags'

twisted.trial.test.test_util.TestRunSequentially.test_stripFlags
-------------------------------------------------------------------------------
Ran 4086 tests in 68.106s
PASSED (skips=295, expectedFailures=5, successes=3786)

Seems the best on offer is a set of flagged tests masked under a TODO category preventing it from declaring a test failure.  Typical python.
Comment 1 Mike Gilbert gentoo-dev 2011-12-27 07:19:50 UTC
In the tree, along with dev-python/twisted-*.