commit: af0c5b6d140c1c175f2e87dc27d8cd047ddc8d29
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 16:34:37 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 19:45:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af0c5b6d
dev-python/seaborn: Set mpl backend to Agg for tests
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/seaborn/seaborn-0.7.0.ebuild | 6 +++---
1 file 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 dc414e3..88c448f 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
}