Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 420479 - dev-python/py-1.4.8 version bump request
Summary: dev-python/py-1.4.8 version bump request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-10 12:58 UTC by Ian Delaney (RETIRED)
Modified: 2012-06-19 03:34 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 Ian Delaney (RETIRED) gentoo-dev 2012-06-10 12:58:51 UTC
archtester py # USE_PYTHON="2.5 2.7 3.1 3.2" ebuild py-1.4.8.ebuild clean test

 * Testing of dev-python/py-1.4.8 with CPython 2.5...
PYTHONPATH=build-2.5/lib py.test
=============== 462 passed, 8 skipped, 2 xfailed in 7.51 seconds ===============

 * Testing of dev-python/py-1.4.8 with CPython 2.7...
PYTHONPATH=build-2.7/lib py.test
=============== 468 passed, 3 skipped, 1 xfailed in 8.33 seconds =============
 * Testing of dev-python/py-1.4.8 with CPython 3.1...
PYTHONPATH=build-3.[12]/lib py.test
========== 463 passed, 7 skipped, 1 xfailed, 1 xpassed in 8.97 seconds ========
=============== 464 passed, 7 skipped, 1 xfailed in 9.12 seconds ==============

archtester py # USE_PYTHON="2.7 2.7-pypy-1.8" ebuild py-1.4.8.ebuild clean test
yields
==== 2 failed, 515 passed, 10 skipped, 81 error, 2 xfailed in 26.26 seconds ===
--------------------------------------------------------------------------

The test pypy can't handle is testing/path/test_local.py.
Remove it and pypy passes all the test suite.

pypy persistently fails with 
E       ImportError: No module named errorloading1.notexists
however
archtester py # ls /...py-1.4.8/temp/pytest-1/test_error_loading_one_element0/errorloading1
yields
__init__.py  submod.py

So no idea why just this single example pypy can't import it.  Shall check later if 'upstream' has a ticket.

For the ebuild, I'm not deciding which between
PYTHON_TESTS_RESTRICTED_ABIS="*-pypy-*"
&&
       rm -f testing/path/test_local.py

and pypy is NOT currently ABI restricted.  I would guess the former.
Comment 1 Patrick Lauer gentoo-dev 2012-06-19 03:34:23 UTC
+  19 Jun 2012; Patrick Lauer <patrick@gentoo.org> +py-1.4.8.ebuild:
+  Bump for #420479