[
https://issues.apache.org/jira/browse/LIBCLOUD-245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13585945#comment-13585945
]
Arfrever Frehtes Taifersar Arahesis commented on LIBCLOUD-245:
--------------------------------------------------------------
Exact output for Libcloud 0.12.1 and Python 3.3:
{noformat}
$ python3.3 setup.py test
running test
Traceback (most recent call last):
File "setup.py", line 257, in <module>
'Programming Language :: Python :: Implementation :: PyPy'])
File "/usr/lib64/python3.3/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/lib64/python3.3/distutils/dist.py", line 917, in run_commands
self.run_command(cmd)
File "/usr/lib64/python3.3/distutils/dist.py", line 936, in run_command
cmd_obj.run()
File "setup.py", line 91, in run
status = self._run_tests()
File "setup.py", line 137, in _run_tests
tests = TestLoader().loadTestsFromNames(testfiles)
File "/usr/lib64/python3.3/unittest/loader.py", line 137, in
loadTestsFromNames
suites = [self.loadTestsFromName(name, module) for name in names]
File "/usr/lib64/python3.3/unittest/loader.py", line 137, in <listcomp>
suites = [self.loadTestsFromName(name, module) for name in names]
File "/usr/lib64/python3.3/unittest/loader.py", line 105, in loadTestsFromName
parent, obj = obj, getattr(obj, part)
AttributeError: 'module' object has no attribute 'test'
$ python3.3 -c 'import libcloud.utils.py3'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "./libcloud/utils/py3.py", line 129, in <module>
from __builtin__ import reload
ImportError: No module named '__builtin__'
{noformat}
> Test failures with Python 3.3
> -----------------------------
>
> Key: LIBCLOUD-245
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-245
> Project: Libcloud
> Issue Type: Bug
> Reporter: Arfrever Frehtes Taifersar Arahesis
> Assignee: Tomaz Muraus
> Attachments: libcloud-0.11.3-tests.log
>
>
> Libcloud 0.11.3 fails some tests with Python 3.3. Some failures are caused by
> hash randomization.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira