dev-python/liblarch: 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:35 +01:00
parent a23cf10d68
commit 9f6cc0e1c2

View File

@@ -24,6 +24,6 @@ RDEPEND="${DEPEND}"
distutils_enable_tests pytest
python_test() {
virtx epytest
src_test() {
virtx distutils-r1_src_test
}