summaryrefslogtreecommitdiff
path: root/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild')
-rw-r--r--www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild b/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild
index a08871af437f..28af4e718008 100644
--- a/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild
+++ b/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild
@@ -124,7 +124,7 @@ python_test() {
local jobs=$(($(makeopts_jobs) / 2 + 1))
# skip benchmarks (incl. _tree), and warning tests broken by -Wdefault
- epytest -n ${jobs} -k 'not _bench and not _matches_tree and not _warning'
+ epytest -p xvfb -n ${jobs} -k 'not _bench and not _matches_tree and not _warning'
}
python_install_all() {