commit: a23cf10d683cbaffa71fb98f14ffd994c57dba47
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 30 11:51:19 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 31 00:23:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a23cf10d
dev-python/tikzplotlib: Run a single Xvfb
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tikzplotlib/tikzplotlib-0.9.17-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/tikzplotlib/tikzplotlib-0.9.17-r1.ebuild
b/dev-python/tikzplotlib/tikzplotlib-0.9.17-r1.ebuild
index dcf0697f072b..1bb7175ea0df 100644
--- a/dev-python/tikzplotlib/tikzplotlib-0.9.17-r1.ebuild
+++ b/dev-python/tikzplotlib/tikzplotlib-0.9.17-r1.ebuild
@@ -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
}