projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9694a1e
)
dev-python/seaborn: Set mpl backend to Agg for tests
author
Justin Lecher
<jlec@gentoo.org>
Mon, 25 Jan 2016 16:34:37 +0000
(17:34 +0100)
committer
Justin Lecher
<jlec@gentoo.org>
Mon, 25 Jan 2016 19:45:12 +0000
(20:45 +0100)
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/seaborn/seaborn-0.7.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/seaborn/seaborn-0.7.0.ebuild
b/dev-python/seaborn/seaborn-0.7.0.ebuild
index dc414e3464552ea08bcdc50e529000b7e9bfdab0..88c448f8c2767da97e02de257706bd9292fac39d 100644
(file)
--- 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
}