diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-01-30 12:51:35 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-01-31 01:23:53 +0100 |
commit | 9f6cc0e1c2f725549b44b63bd56464e6c5ccbe93 (patch) | |
tree | 350e11ecb4291353fcc811c7da44714a627293bd /dev-python/liblarch | |
parent | dev-python/tikzplotlib: Run a single Xvfb (diff) | |
download | gentoo-9f6cc0e1c2f725549b44b63bd56464e6c5ccbe93.tar.gz gentoo-9f6cc0e1c2f725549b44b63bd56464e6c5ccbe93.tar.bz2 gentoo-9f6cc0e1c2f725549b44b63bd56464e6c5ccbe93.zip |
dev-python/liblarch: Run a single Xvfb
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/liblarch')
-rw-r--r-- | dev-python/liblarch/liblarch-3.1.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/liblarch/liblarch-3.1.0-r1.ebuild b/dev-python/liblarch/liblarch-3.1.0-r1.ebuild index ec59aa7d9a05..f8416684bb73 100644 --- a/dev-python/liblarch/liblarch-3.1.0-r1.ebuild +++ b/dev-python/liblarch/liblarch-3.1.0-r1.ebuild @@ -24,6 +24,6 @@ RDEPEND="${DEPEND}" distutils_enable_tests pytest -python_test() { - virtx epytest +src_test() { + virtx distutils-r1_src_test } |