idella4 14/08/15 14:32:57 Modified: pandas-0.14.1.ebuild ChangeLog Log: update test phase (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.3 dev-python/pandas/pandas-0.14.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.14.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.14.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/pandas-0.14.1.ebuild?r1=1.2&r2=1.3 Index: pandas-0.14.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.14.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pandas-0.14.1.ebuild 15 Aug 2014 02:45:07 -0000 1.2 +++ pandas-0.14.1.ebuild 15 Aug 2014 14:32:57 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.14.1.ebuild,v 1.2 2014/08/15 02:45:07 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.14.1.ebuild,v 1.3 2014/08/15 14:32:57 idella4 Exp $ EAPI=5 @@ -106,11 +106,10 @@ } python_test() { - # https://github.com/pydata/pandas/issues/8032 pushd "${BUILD_DIR}"/lib > /dev/null PYTHONPATH=. MPLCONFIGDIR=. HOME=. \ - VIRTUALX_COMMAND="nosetests --verbosity=3 pandas" \ - virtualmake || die + nosetests --verbosity=3 -A 'not network and not disabled' pandas \ + || die "Tests failed under ${EPYTHON}" popd > /dev/null } 1.29 dev-python/pandas/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pandas/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 15 Aug 2014 02:45:07 -0000 1.28 +++ ChangeLog 15 Aug 2014 14:32:57 -0000 1.29 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pandas # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v 1.28 2014/08/15 02:45:07 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v 1.29 2014/08/15 14:32:57 idella4 Exp $ + + 15 Aug 2014; Ian Delaney <[email protected]> pandas-0.14.1.ebuild: + update test phase 15 Aug 2014; Ian Delaney <[email protected]> pandas-0.14.1.ebuild: add commented links to bugs filed upstream
