mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user