Test suite fails on WinXP/SP3
-----------------------------
Key: LIBCLOUD-25
URL: https://issues.apache.org/jira/browse/LIBCLOUD-25
Project: Libcloud
Issue Type: Bug
Affects Versions: 0.3.0
Reporter: Sebb
Test fails on WinXP/SP3:
python setup.py test
running test
Traceback (most recent call last):
File "setup.py", line 98, in <module>
'Topic :: Software Development :: Libraries :: Python Modules'
File "c:\python26\lib\distutils\core.py", line 152, in setup
dist.run_commands()
File "c:\python26\lib\distutils\dist.py", line 975, in run_commands
self.run_command(cmd)
File "c:\python26\lib\distutils\dist.py", line 995, in run_command
cmd_obj.run()
File "setup.py", line 45, in run
tests = TestLoader().loadTestsFromNames(testfiles)
File "c:\python26\lib\unittest.py", line 613, in loadTestsFromNames
suites = [self.loadTestsFromName(name, module) for name in names]
File "c:\python26\lib\unittest.py", line 584, in loadTestsFromName
parent, obj = obj, getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_dreamhost'
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.