dev-python/tikzplotlib: Run a single Xvfb

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-01-30 12:51:19 +01:00
parent 65f11b0e26
commit a23cf10d68

View File

@@ -33,7 +33,7 @@ BDEPEND="
distutils_enable_tests pytest
distutils_enable_sphinx doc dev-python/mock
python_test() {
src_test() {
local -x MPLBACKEND=Agg
virtx epytest
virtx distutils-r1_src_test
}