summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-08-15 14:32:57 +0000
committerIan Delaney <idella4@gentoo.org>2014-08-15 14:32:57 +0000
commitda59f3879083df4ee35bbf3bdf8f3e4fbd58d9d9 (patch)
treeafcd1d0ddf0549061841ae96f7e96bc3c2f81009 /dev-python/pandas
parentKeyword ~ppc ~ppc64, bug #511424 (diff)
downloadgentoo-2-da59f3879083df4ee35bbf3bdf8f3e4fbd58d9d9.tar.gz
gentoo-2-da59f3879083df4ee35bbf3bdf8f3e4fbd58d9d9.tar.bz2
gentoo-2-da59f3879083df4ee35bbf3bdf8f3e4fbd58d9d9.zip
update test phase
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/pandas')
-rw-r--r--dev-python/pandas/ChangeLog5
-rw-r--r--dev-python/pandas/pandas-0.14.1.ebuild7
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-python/pandas/ChangeLog b/dev-python/pandas/ChangeLog
index 4ff1fbde938d..41637b25f2f7 100644
--- a/dev-python/pandas/ChangeLog
+++ b/dev-python/pandas/ChangeLog
@@ -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 <idella4@gentoo.org> pandas-0.14.1.ebuild:
+ update test phase
15 Aug 2014; Ian Delaney <idella4@gentoo.org> pandas-0.14.1.ebuild:
add commented links to bugs filed upstream
diff --git a/dev-python/pandas/pandas-0.14.1.ebuild b/dev-python/pandas/pandas-0.14.1.ebuild
index 20bd249dde94..9459fc034821 100644
--- a/dev-python/pandas/pandas-0.14.1.ebuild
+++ b/dev-python/pandas/pandas-0.14.1.ebuild
@@ -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 @@ src_test() {
}
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
}