diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-12-16 13:02:31 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-12-16 14:08:56 -0500 |
commit | 741b3516280eed28f246208dfb2917af2ff96105 (patch) | |
tree | 650babb714aa68e9d306f758e5dbd86c38d21abb /x11-terms | |
parent | x11-terms/guake: remove unnecessary toml workaround (diff) | |
download | gentoo-741b3516280eed28f246208dfb2917af2ff96105.tar.gz gentoo-741b3516280eed28f246208dfb2917af2ff96105.tar.bz2 gentoo-741b3516280eed28f246208dfb2917af2ff96105.zip |
x11-terms/guake: fix tests when pytest-xvfb is installed
Originally thought it was a conflict because it used both at once,
but pytest-xvfb without virtx didn't work either, so just leaving
it at what works by disabling pytest-xvfb.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/guake/guake-3.8.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-terms/guake/guake-3.8.0.ebuild b/x11-terms/guake/guake-3.8.0.ebuild index 1ca6858689bd..630fe543064f 100644 --- a/x11-terms/guake/guake-3.8.0.ebuild +++ b/x11-terms/guake/guake-3.8.0.ebuild @@ -50,8 +50,9 @@ python_prepare_all() { } python_test() { - # uses /usr/bin/bash if SHELL is not exported - SHELL=${SHELL} virtx distutils-r1_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 } python_install() { |