The bug module does not work under python 3.2.
/home/travis/build/python-bugzilla/python-bugzilla/.tox/py32/lib/python3.2/site-packages/setuptools/dist.py:285: UserWarning: Normalizing '2.2.0-dev' to '2.2.0.dev0'
normalized_version,
running test
Traceback (most recent call last):
File "setup.py", line 213, in <module>
"test" : TestCommand,
File "/opt/python/3.2.5/lib/python3.2/distutils/core.py", line 148, in setup
dist.run_commands()
File "/opt/python/3.2.5/lib/python3.2/distutils/dist.py", line 917, in run_commands
self.run_command(cmd)
File "/opt/python/3.2.5/lib/python3.2/distutils/dist.py", line 936, in run_command
cmd_obj.run()
File "setup.py", line 86, in run
import tests as testsmodule
File "/home/travis/build/python-bugzilla/python-bugzilla/tests/__init__.py", line 16, in <module>
from bugzilla import Bugzilla, RHBugzilla
File "/home/travis/build/python-bugzilla/python-bugzilla/bugzilla/__init__.py", line 13, in <module>
from .base import Bugzilla
File "/home/travis/build/python-bugzilla/python-bugzilla/bugzilla/base.py", line 35, in <module>
from .bug import Bug, User
File "/home/travis/build/python-bugzilla/python-bugzilla/bugzilla/bug.py", line 62
return u"#%-6s %-10s - %s - %s" % (self.bug_id, self.bug_status,
^
SyntaxError: invalid syntax
The bug module does not work under python 3.2.
https://travis-ci.org/python-bugzilla/python-bugzilla/jobs/261879390