Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 432546 - dev-python/docutils-0.9.1 fails tests with python 3.2
Summary: dev-python/docutils-0.9.1 fails tests with python 3.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-24 08:01 UTC by Patrick Lauer
Modified: 2012-08-24 20:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2012-08-24 08:01:02 UTC
* Testing of dev-python/docutils-0.9.1 with CPython 3.2...
PYTHONPATH=build-3.2/lib python3.2 test/alltests.py
  File "test/alltests.py", line 84
    print 'Working directory: %s' % os.getcwd()
                                ^
SyntaxError: invalid syntax
 * ERROR: dev-python/docutils-0.9.1 failed (test phase):
 *   Testing failed with CPython 3.2 in testing() function
Comment 1 Arfrever Frehtes Taifersar Arahesis 2012-08-24 16:37:43 UTC
This regression has been introduced in this commit:

*docutils-0.9.1 (24 Aug 2012)

  24 Aug 2012; Patrick Lauer <patrick@gentoo.org> +docutils-0.9.1.ebuild:
  Bump

setup.py has changed, but ebuild has not been adapted.
Comment 2 Mike Gilbert gentoo-dev 2012-08-24 20:48:33 UTC
+  24 Aug 2012; Mike Gilbert <floppym@gentoo.org> docutils-0.9.1.ebuild:
+  Fix tests when run with python 3. Bug 432546.
+