Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 212347 - wxpython causing a test failure in dev-python/twisted-2.5.0
Summary: wxpython causing a test failure in dev-python/twisted-2.5.0
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo wxWidgets project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 190433
  Show dependency tree
 
Reported: 2008-03-05 04:11 UTC by Ryan Hill (RETIRED)
Modified: 2011-04-23 11:35 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 Ryan Hill (RETIRED) gentoo-dev 2008-03-05 04:11:05 UTC
we're causing a failure here:

twisted.test.test_modules
  BasicTests
    test_dottedNames ...                                                   [OK]
    test_loadPackagesAndModules ...                                        [OK]
    test_nonDirectoryPaths ...                                             [OK]
    test_nonexistentPaths ...                                              [OK]
    test_onlyTopModules ...                                              [FAIL]
    test_pathEntriesOnPath ...                                             [OK]
    test_twistedShowsUp ...                                                [OK]

===============================================================================
[FAIL]: twisted.test.test_modules.BasicTests.test_onlyTopModules

Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/twisted-2.5.0/temp/tests/usr/lib/python2.5/site-packages/twisted/test/test_modules.py", line 112, in test_onlyTopModules
    % (module.filePath))
twisted.trial.unittest.FailTest: no nested modules should be returned from iterModules: FilePath('/usr/lib/python2.5/site-packages/wxaddons-2.6/__init__.py')
-------------------------------------------------------------------------------


wxpython-2.8 does the same, though the files couldn't be more different (2.6's __init__.py is empty).  my python-fu is weak.  is there anything we can do to fix this?
Comment 1 Tiziano Müller (RETIRED) gentoo-dev 2008-03-05 07:39:28 UTC
Yeah, twisted's test sucks and should be disabled...
Comment 2 Thomas Raschbacher gentoo-dev 2009-03-27 09:05:22 UTC
add blocker here too for general twisted tests bug .. maybe we should just merge them?
Comment 3 Ryan Hill (RETIRED) gentoo-dev 2011-04-23 11:35:32 UTC
Looks like this is fixed.