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?
Yeah, twisted's test sucks and should be disabled...
add blocker here too for general twisted tests bug .. maybe we should just merge them?
Looks like this is fixed.