diff options
author | 2022-09-04 11:31:21 +0200 | |
---|---|---|
committer | 2022-09-07 09:50:14 +0200 | |
commit | 18e0e31e7e289dc75daacd64c8c63386301a40e0 (patch) | |
tree | 8bcb73456e4d5a44c2e78a20c7be46e9642118d9 /x11-terms/guake | |
parent | dev-python/loky: Remove redundant -p no:xvfb (diff) | |
download | gentoo-18e0e31e7e289dc75daacd64c8c63386301a40e0.tar.gz gentoo-18e0e31e7e289dc75daacd64c8c63386301a40e0.tar.bz2 gentoo-18e0e31e7e289dc75daacd64c8c63386301a40e0.zip |
x11-terms/guake: Remove redundant -p no:xvfb
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-terms/guake')
-rw-r--r-- | x11-terms/guake/guake-3.8.5-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-terms/guake/guake-3.8.5-r1.ebuild b/x11-terms/guake/guake-3.8.5-r1.ebuild index 3c4daa62d6d1..a7bc22cc3377 100644 --- a/x11-terms/guake/guake-3.8.5-r1.ebuild +++ b/x11-terms/guake/guake-3.8.5-r1.ebuild @@ -56,8 +56,7 @@ src_prepare() { python_test() { # - uses /usr/bin/bash if SHELL is not exported - # - pytest-xvfb fails with Terminated, virtx alone works - SHELL=${SHELL} virtx epytest -p no:xvfb + SHELL=${SHELL} virtx epytest } python_install() { |