summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-01-25 17:34:37 +0100
committerJustin Lecher <jlec@gentoo.org>2016-01-25 20:45:12 +0100
commitaf0c5b6d140c1c175f2e87dc27d8cd047ddc8d29 (patch)
treec2d6283cbecabff6e8764d9ed0ae97106f753e24 /dev-python/seaborn
parentapp-text/blogc: version bump. (diff)
downloadgentoo-af0c5b6d140c1c175f2e87dc27d8cd047ddc8d29.tar.gz
gentoo-af0c5b6d140c1c175f2e87dc27d8cd047ddc8d29.tar.bz2
gentoo-af0c5b6d140c1c175f2e87dc27d8cd047ddc8d29.zip
dev-python/seaborn: Set mpl backend to Agg for tests
Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/seaborn')
-rw-r--r--dev-python/seaborn/seaborn-0.7.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/seaborn/seaborn-0.7.0.ebuild b/dev-python/seaborn/seaborn-0.7.0.ebuild
index dc414e346455..88c448f8c276 100644
--- a/dev-python/seaborn/seaborn-0.7.0.ebuild
+++ b/dev-python/seaborn/seaborn-0.7.0.ebuild
@@ -31,9 +31,9 @@ DEPEND="${RDEPEND}
)
"
-# https://github.com/mwaskom/seaborn/issues/836
-RESTRICT=test
-
python_test() {
+ cat > matplotlibrc <<- EOF
+ backend : Agg
+ EOF
virtx nosetests --verbosity=3
}