summaryrefslogtreecommitdiff
path: root/dev-python/seaborn/seaborn-0.7.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/seaborn/seaborn-0.7.1.ebuild')
-rw-r--r--dev-python/seaborn/seaborn-0.7.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/seaborn/seaborn-0.7.1.ebuild b/dev-python/seaborn/seaborn-0.7.1.ebuild
index 147b531e7427..8e767cabde8b 100644
--- a/dev-python/seaborn/seaborn-0.7.1.ebuild
+++ b/dev-python/seaborn/seaborn-0.7.1.ebuild
@@ -15,6 +15,7 @@ SLOT="0"
LICENSE="BSD"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="
dev-python/matplotlib[${PYTHON_USEDEP}]
@@ -34,5 +35,5 @@ python_test() {
cat > matplotlibrc <<- EOF || die
backend : Agg
EOF
- virtx nosetests --verbosity=3 || die
+ virtx nosetests --verbosity=3
}