commit: 18e0e31e7e289dc75daacd64c8c63386301a40e0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 4 09:31:21 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 7 07:50:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e0e31e
x11-terms/guake: Remove redundant -p no:xvfb
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
x11-terms/guake/guake-3.8.5-r1.ebuild | 3 +--
1 file changed, 1 insertion(+), 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() {