From: Justin Lecher Date: Mon, 25 Jan 2016 16:34:37 +0000 (+0100) Subject: dev-python/seaborn: Set mpl backend to Agg for tests X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=af0c5b6d140c1c175f2e87dc27d8cd047ddc8d29;p=gentoo.git dev-python/seaborn: Set mpl backend to Agg for tests Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher --- 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 }