idella4 15/06/02 16:01:58 Modified: wsgiintercept-0.10.0.ebuild ChangeLog Log: Disable tests connecting to the network, fixes Bug #550710 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/wsgiintercept/wsgiintercept-0.10.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiintercept/wsgiintercept-0.10.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiintercept/wsgiintercept-0.10.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiintercept/wsgiintercept-0.10.0.ebuild?r1=1.1&r2=1.2 Index: wsgiintercept-0.10.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiintercept/wsgiintercept-0.10.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- wsgiintercept-0.10.0.ebuild 29 May 2015 03:42:41 -0000 1.1 +++ wsgiintercept-0.10.0.ebuild 2 Jun 2015 16:01:58 -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/wsgiintercept/wsgiintercept-0.10.0.ebuild,v 1.1 2015/05/29 03:42:41 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiintercept/wsgiintercept-0.10.0.ebuild,v 1.2 2015/06/02 16:01:58 idella4 Exp $ EAPI=5 @@ -33,6 +33,11 @@ python_prepare_all() { # .pyc files cause failure of tests rm -rf test/__pycache__/ || die + + # Disable tests connecting to the network; Bug #550710 + sed -e 's:test_http_not_intercepted:_&:' \ + -e 's:test_https_not_intercepted:_&:' \ + -i test/{test_urllib.py,test_http_client.py,test_requests.py} || die distutils-r1_python_prepare_all } 1.17 dev-python/wsgiintercept/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiintercept/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiintercept/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiintercept/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiintercept/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 29 May 2015 03:42:41 -0000 1.16 +++ ChangeLog 2 Jun 2015 16:01:58 -0000 1.17 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/wsgiintercept # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiintercept/ChangeLog,v 1.16 2015/05/29 03:42:41 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiintercept/ChangeLog,v 1.17 2015/06/02 16:01:58 idella4 Exp $ + + 02 Jun 2015; Ian Delaney <[email protected]> wsgiintercept-0.10.0.ebuild: + Disable tests connecting to the network, fixes Bug #550710 *wsgiintercept-0.10.0 (29 May 2015)
