dev-python/seaborn: Set mpl backend to Agg for tests

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2016-01-25 17:34:37 +01:00
parent 9694a1e7a7
commit af0c5b6d14

View 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
}