idella4 15/05/12 05:47:04 Modified: urllib3-1.10.3.ebuild ChangeLog Log: re-write of test phase after further testing and probing of the testsuite, more planned (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/urllib3/urllib3-1.10.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urllib3/urllib3-1.10.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urllib3/urllib3-1.10.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urllib3/urllib3-1.10.3.ebuild?r1=1.1&r2=1.2 Index: urllib3-1.10.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/urllib3/urllib3-1.10.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- urllib3-1.10.3.ebuild 12 May 2015 03:54:05 -0000 1.1 +++ urllib3-1.10.3.ebuild 12 May 2015 05:47:04 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urllib3/urllib3-1.10.3.ebuild,v 1.1 2015/05/12 03:54:05 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urllib3/urllib3-1.10.3.ebuild,v 1.2 2015/05/12 05:47:04 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -60,16 +60,13 @@ # test_verified is found to fail under py2.7 and pypy. # upstream by their own admission describe the tests as flakey - # __init__.py uses a local import requiring move to BUILD_DIR and copy of tests - pushd "${BUILD_DIR}"/lib > /dev/null - cp -ar "${S}"/test . - # tests under with_dummyserver mssing a required file - rm -rf test/with_dummyserver/ || die - rm -f test/contrib/test_pyopenssl.py - nosetests -v ./test/ || die "Tests fail with ${EPYTHON}" + # __init__.py uses a local import requiring use of PYTHONPATH=blank to offset + # Currently requires disabling FEATURES=network-sandbox (in make.conf) + # Failures currently occur under py2.7 with this disabled. After joint testing + # it's planned for this to have further investigation. + # Further adjustments to this phase to come - rm -rf ./test/ - popd > /dev/null || die + PYTHONPATH= nosetests -v ./test/ || die "Tests fail with ${EPYTHON}" } python_install_all() { 1.37 dev-python/urllib3/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urllib3/ChangeLog?rev=1.37&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urllib3/ChangeLog?rev=1.37&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urllib3/ChangeLog?r1=1.36&r2=1.37 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/urllib3/ChangeLog,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- ChangeLog 12 May 2015 03:54:05 -0000 1.36 +++ ChangeLog 12 May 2015 05:47:04 -0000 1.37 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/urllib3 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urllib3/ChangeLog,v 1.36 2015/05/12 03:54:05 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urllib3/ChangeLog,v 1.37 2015/05/12 05:47:04 idella4 Exp $ + + 12 May 2015; Ian Delaney <[email protected]> urllib3-1.10.3.ebuild: + re-write of test phase after further testing and probing of the testsuite, + more planned *urllib3-1.10.3 (12 May 2015)
