summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/seaborn/seaborn-0.7.0.ebuild6
1 files 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 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
}