dev-python/seaborn: Set mpl backend to Agg for tests
authorJustin Lecher <jlec@gentoo.org>
Mon, 25 Jan 2016 16:34:37 +0000 (17:34 +0100)
committerJustin Lecher <jlec@gentoo.org>
Mon, 25 Jan 2016 19:45:12 +0000 (20:45 +0100)
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/seaborn/seaborn-0.7.0.ebuild

index dc414e3464552ea08bcdc50e529000b7e9bfdab0..88c448f8c2767da97e02de257706bd9292fac39d 100644 (file)
@@ -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
 }