From af0c5b6d140c1c175f2e87dc27d8cd047ddc8d29 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 25 Jan 2016 17:34:37 +0100 Subject: [PATCH] dev-python/seaborn: Set mpl backend to Agg for tests Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher --- 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 dc414e3464552..88c448f8c2767 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 }