ajeebkp23 / python-relatorio

Automatically exported from code.google.com/p/python-relatorio. Thus it enables to to install this package via pip.
GNU General Public License v3.0
0 stars 0 forks source link

Tests still failing on Python 3.4 #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Referring to 
http://code.google.com/p/python-relatorio/issues/detail?id=12&can=1
and
https://codereview.appspot.com/104580046

For inclusion of the Python3 package into Debian, the tests must pass.

Find attached the build log for Python3.4, perhaps the remaining issues on 
https://codereview.appspot.com/104580046 now are more clear. Please advise, how 
to proceed best.

I: pybuild base:170: python3.4 setup.py test 
running test
running build_py
running egg_info
creating 
/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/.pybu
ild/pythonX.Y_3.4/build/relatorio.egg-info
writing top-level names to 
/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/.pybu
ild/pythonX.Y_3.4/build/relatorio.egg-info/top_level.txt
writing requirements to 
/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/.pybu
ild/pythonX.Y_3.4/build/relatorio.egg-info/requires.txt
writing 
/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/.pybu
ild/pythonX.Y_3.4/build/relatorio.egg-info/PKG-INFO
writing dependency_links to 
/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/.pybu
ild/pythonX.Y_3.4/build/relatorio.egg-info/dependency_links.txt
writing manifest file 
'/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/.pyb
uild/pythonX.Y_3.4/build/relatorio.egg-info/SOURCES.txt'
reading manifest file 
'/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/.pyb
uild/pythonX.Y_3.4/build/relatorio.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 
'/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/.pyb
uild/pythonX.Y_3.4/build/relatorio.egg-info/SOURCES.txt'
running build_ext
/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relat
orio/templates/__init__.py:29: UserWarning: Unable to load plugin 'chart'
  warnings.warn("Unable to load plugin '%s'" % name)
relatorio.tests.test_api.TestReport.test_factory ... ERROR
relatorio.tests.test_api.TestReport.test_report ... ERROR
relatorio.tests.test_api.TestReportInclude.test_include ... ok
relatorio.tests.test_api.TestRepository.test_absolute ... ok
relatorio.tests.test_api.TestRepository.test_mimeguesser ... ok
relatorio.tests.test_api.TestRepository.test_register ... ok
relatorio.tests.test_odt.TestOOTemplating.test_column_looping ... ERROR
/usr/lib/python3.4/unittest/case.py:605: ResourceWarning: unclosed file 
<_io.BufferedReader 
name='/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio
/relatorio/tests/test.odt'>
  outcome.errors.clear()
relatorio.tests.test_odt.TestOOTemplating.test_directives ... ERROR
relatorio.tests.test_odt.TestOOTemplating.test_filters ... ERROR
relatorio.tests.test_odt.TestOOTemplating.test_generate ... ERROR
relatorio.tests.test_odt.TestOOTemplating.test_images ... ERROR
relatorio.tests.test_odt.TestOOTemplating.test_init ... ERROR
relatorio.tests.test_odt.TestOOTemplating.test_regexp ... ERROR
relatorio.tests.test_odt.TestOOTemplating.test_styles ... ERROR
relatorio.tests.test_odt.TestOOTemplating.test_text_outside_p ... ERROR

======================================================================
ERROR: relatorio.tests.test_api.TestReport.test_factory
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 198, in runTest
    self.test(*self.arg)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/tests/test_api.py", line 110, in test_factory
    a = StubObject(name='Foo')
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/tests/test_api.py", line 33, in __init__
    for key, val in kwargs.iteritems():
AttributeError: 'dict' object has no attribute 'iteritems'

======================================================================
ERROR: relatorio.tests.test_api.TestReport.test_report
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 198, in runTest
    self.test(*self.arg)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/tests/test_api.py", line 92, in test_report
    a = StubObject(name='OpenHex')
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/tests/test_api.py", line 33, in __init__
    for key, val in kwargs.iteritems():
AttributeError: 'dict' object has no attribute 'iteritems'

======================================================================
ERROR: relatorio.tests.test_odt.TestOOTemplating.test_column_looping
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 382, in setUp
    try_run(self.inst, ('setup', 'setUp'))
  File "/usr/lib/python3/dist-packages/nose/util.py", line 470, in try_run
    return func()
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/tests/test_odt.py", line 62, in setup
    self.oot = Template(open(filepath, mode='rb'))
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 239, in __init__
    encoding, lookup, allow_exec)
  File "/usr/lib/python3/dist-packages/genshi/template/markup.py", line 67, in __init__
    allow_exec=allow_exec)
  File "/usr/lib/python3/dist-packages/genshi/template/base.py", line 418, in __init__
    self._stream = self._parse(source, encoding)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 265, in _parse
    content = template._parse(self.insert_directives(content), encoding)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 317, in insert_directives
    self._handle_relatorio_tags(tree)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 407, in _handle_relatorio_tags
    r_statements, closing_tags = self._relatorio_statements(tree)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 355, in _relatorio_statements
    expr = urllib.unquote(statement.attrib[xlink_href_attrib][12:])
AttributeError: 'module' object has no attribute 'unquote'

======================================================================
ERROR: relatorio.tests.test_odt.TestOOTemplating.test_directives
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 382, in setUp
    try_run(self.inst, ('setup', 'setUp'))
  File "/usr/lib/python3/dist-packages/nose/util.py", line 470, in try_run
    return func()
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/tests/test_odt.py", line 62, in setup
    self.oot = Template(open(filepath, mode='rb'))
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 239, in __init__
    encoding, lookup, allow_exec)
  File "/usr/lib/python3/dist-packages/genshi/template/markup.py", line 67, in __init__
    allow_exec=allow_exec)
  File "/usr/lib/python3/dist-packages/genshi/template/base.py", line 418, in __init__
    self._stream = self._parse(source, encoding)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 265, in _parse
    content = template._parse(self.insert_directives(content), encoding)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 317, in insert_directives
    self._handle_relatorio_tags(tree)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 407, in _handle_relatorio_tags
    r_statements, closing_tags = self._relatorio_statements(tree)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 355, in _relatorio_statements
    expr = urllib.unquote(statement.attrib[xlink_href_attrib][12:])
AttributeError: 'module' object has no attribute 'unquote'

======================================================================
ERROR: relatorio.tests.test_odt.TestOOTemplating.test_filters
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 382, in setUp
    try_run(self.inst, ('setup', 'setUp'))
  File "/usr/lib/python3/dist-packages/nose/util.py", line 470, in try_run
    return func()
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/tests/test_odt.py", line 62, in setup
    self.oot = Template(open(filepath, mode='rb'))
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 239, in __init__
    encoding, lookup, allow_exec)
  File "/usr/lib/python3/dist-packages/genshi/template/markup.py", line 67, in __init__
    allow_exec=allow_exec)
  File "/usr/lib/python3/dist-packages/genshi/template/base.py", line 418, in __init__
    self._stream = self._parse(source, encoding)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 265, in _parse
    content = template._parse(self.insert_directives(content), encoding)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 317, in insert_directives
    self._handle_relatorio_tags(tree)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 407, in _handle_relatorio_tags
    r_statements, closing_tags = self._relatorio_statements(tree)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 355, in _relatorio_statements
    expr = urllib.unquote(statement.attrib[xlink_href_attrib][12:])
AttributeError: 'module' object has no attribute 'unquote'

======================================================================
ERROR: relatorio.tests.test_odt.TestOOTemplating.test_generate
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 382, in setUp
    try_run(self.inst, ('setup', 'setUp'))
  File "/usr/lib/python3/dist-packages/nose/util.py", line 470, in try_run
    return func()
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/tests/test_odt.py", line 62, in setup
    self.oot = Template(open(filepath, mode='rb'))
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 239, in __init__
    encoding, lookup, allow_exec)
  File "/usr/lib/python3/dist-packages/genshi/template/markup.py", line 67, in __init__
    allow_exec=allow_exec)
  File "/usr/lib/python3/dist-packages/genshi/template/base.py", line 418, in __init__
    self._stream = self._parse(source, encoding)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 265, in _parse
    content = template._parse(self.insert_directives(content), encoding)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 317, in insert_directives
    self._handle_relatorio_tags(tree)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 407, in _handle_relatorio_tags
    r_statements, closing_tags = self._relatorio_statements(tree)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 355, in _relatorio_statements
    expr = urllib.unquote(statement.attrib[xlink_href_attrib][12:])
AttributeError: 'module' object has no attribute 'unquote'

======================================================================
ERROR: relatorio.tests.test_odt.TestOOTemplating.test_images
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 382, in setUp
    try_run(self.inst, ('setup', 'setUp'))
  File "/usr/lib/python3/dist-packages/nose/util.py", line 470, in try_run
    return func()
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/tests/test_odt.py", line 62, in setup
    self.oot = Template(open(filepath, mode='rb'))
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 239, in __init__
    encoding, lookup, allow_exec)
  File "/usr/lib/python3/dist-packages/genshi/template/markup.py", line 67, in __init__
    allow_exec=allow_exec)
  File "/usr/lib/python3/dist-packages/genshi/template/base.py", line 418, in __init__
    self._stream = self._parse(source, encoding)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 265, in _parse
    content = template._parse(self.insert_directives(content), encoding)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 317, in insert_directives
    self._handle_relatorio_tags(tree)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 407, in _handle_relatorio_tags
    r_statements, closing_tags = self._relatorio_statements(tree)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 355, in _relatorio_statements
    expr = urllib.unquote(statement.attrib[xlink_href_attrib][12:])
AttributeError: 'module' object has no attribute 'unquote'

======================================================================
ERROR: relatorio.tests.test_odt.TestOOTemplating.test_init
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 382, in setUp
    try_run(self.inst, ('setup', 'setUp'))
  File "/usr/lib/python3/dist-packages/nose/util.py", line 470, in try_run
    return func()
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/tests/test_odt.py", line 62, in setup
    self.oot = Template(open(filepath, mode='rb'))
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 239, in __init__
    encoding, lookup, allow_exec)
  File "/usr/lib/python3/dist-packages/genshi/template/markup.py", line 67, in __init__
    allow_exec=allow_exec)
  File "/usr/lib/python3/dist-packages/genshi/template/base.py", line 418, in __init__
    self._stream = self._parse(source, encoding)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 265, in _parse
    content = template._parse(self.insert_directives(content), encoding)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 317, in insert_directives
    self._handle_relatorio_tags(tree)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 407, in _handle_relatorio_tags
    r_statements, closing_tags = self._relatorio_statements(tree)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 355, in _relatorio_statements
    expr = urllib.unquote(statement.attrib[xlink_href_attrib][12:])
AttributeError: 'module' object has no attribute 'unquote'

======================================================================
ERROR: relatorio.tests.test_odt.TestOOTemplating.test_regexp
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 382, in setUp
    try_run(self.inst, ('setup', 'setUp'))
  File "/usr/lib/python3/dist-packages/nose/util.py", line 470, in try_run
    return func()
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/tests/test_odt.py", line 62, in setup
    self.oot = Template(open(filepath, mode='rb'))
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 239, in __init__
    encoding, lookup, allow_exec)
  File "/usr/lib/python3/dist-packages/genshi/template/markup.py", line 67, in __init__
    allow_exec=allow_exec)
  File "/usr/lib/python3/dist-packages/genshi/template/base.py", line 418, in __init__
    self._stream = self._parse(source, encoding)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 265, in _parse
    content = template._parse(self.insert_directives(content), encoding)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 317, in insert_directives
    self._handle_relatorio_tags(tree)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 407, in _handle_relatorio_tags
    r_statements, closing_tags = self._relatorio_statements(tree)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 355, in _relatorio_statements
    expr = urllib.unquote(statement.attrib[xlink_href_attrib][12:])
AttributeError: 'module' object has no attribute 'unquote'

======================================================================
ERROR: relatorio.tests.test_odt.TestOOTemplating.test_styles
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 382, in setUp
    try_run(self.inst, ('setup', 'setUp'))
  File "/usr/lib/python3/dist-packages/nose/util.py", line 470, in try_run
    return func()
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/tests/test_odt.py", line 62, in setup
    self.oot = Template(open(filepath, mode='rb'))
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 239, in __init__
    encoding, lookup, allow_exec)
  File "/usr/lib/python3/dist-packages/genshi/template/markup.py", line 67, in __init__
    allow_exec=allow_exec)
  File "/usr/lib/python3/dist-packages/genshi/template/base.py", line 418, in __init__
    self._stream = self._parse(source, encoding)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 265, in _parse
    content = template._parse(self.insert_directives(content), encoding)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 317, in insert_directives
    self._handle_relatorio_tags(tree)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 407, in _handle_relatorio_tags
    r_statements, closing_tags = self._relatorio_statements(tree)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 355, in _relatorio_statements
    expr = urllib.unquote(statement.attrib[xlink_href_attrib][12:])
AttributeError: 'module' object has no attribute 'unquote'

======================================================================
ERROR: relatorio.tests.test_odt.TestOOTemplating.test_text_outside_p
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/case.py", line 382, in setUp
    try_run(self.inst, ('setup', 'setUp'))
  File "/usr/lib/python3/dist-packages/nose/util.py", line 470, in try_run
    return func()
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/tests/test_odt.py", line 62, in setup
    self.oot = Template(open(filepath, mode='rb'))
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 239, in __init__
    encoding, lookup, allow_exec)
  File "/usr/lib/python3/dist-packages/genshi/template/markup.py", line 67, in __init__
    allow_exec=allow_exec)
  File "/usr/lib/python3/dist-packages/genshi/template/base.py", line 418, in __init__
    self._stream = self._parse(source, encoding)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 265, in _parse
    content = template._parse(self.insert_directives(content), encoding)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 317, in insert_directives
    self._handle_relatorio_tags(tree)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 407, in _handle_relatorio_tags
    r_statements, closing_tags = self._relatorio_statements(tree)
  File "/home/mathiasb/bin/tryton/debian_workspace_upstream/workdirs/tmp/relatorio/relatorio/templates/opendocument.py", line 355, in _relatorio_statements
    expr = urllib.unquote(statement.attrib[xlink_href_attrib][12:])
AttributeError: 'module' object has no attribute 'unquote'

----------------------------------------------------------------------
Ran 15 tests in 1.558s

FAILED (errors=11)
E: pybuild pybuild:256: test: plugin distutils failed with: exit code=1: 
python3.4 setup.py test 
dh_auto_test: pybuild --test -i python{version} -p 3.4 --dir . returned exit 
code 13
debian/rules:10: recipe for target 'build' failed
make: *** [build] Error 13
dpkg-buildpackage: Fehler: Fehler-Exitstatus von debian/rules build war 2

Original issue reported on code.google.com by mathi...@m9s.biz on 12 Sep 2014 at 11:27

GoogleCodeExporter commented 9 years ago
It seems 2to3 was not run on the code.

Original comment by cedric.krier@b2ck.com on 12 Sep 2014 at 11:32

GoogleCodeExporter commented 9 years ago
I added py34 to tox in ref67386498e9 and the tests pass without issue.
So for me, my initial message about 2to3 not being run seems valid and I think 
I know why. It is because nosetest pick the wrong directory (the one not 
converted).
Re-open the issue if not.

Original comment by cedric.krier@b2ck.com on 2 Jan 2015 at 11:17

GoogleCodeExporter commented 9 years ago
Indeed I rewrote the tests to stop using nose for unittest.
http://codereview.appspot.com/187680043
This behaves better with tox and 2to3.

Original comment by cedric.krier@b2ck.com on 3 Jan 2015 at 12:27

GoogleCodeExporter commented 9 years ago
Fixed in r36b35d2520c6

Original comment by cedric.krier@b2ck.com on 5 Jan 2015 at 2:00

GoogleCodeExporter commented 9 years ago
Confirming, that tests now run indeed from Python 3.4  (tested from tip). Could 
you please release version 0.6.2?

Original comment by mathi...@m9s.biz on 10 Apr 2015 at 6:36