diff --git a/www-client/qutebrowser/qutebrowser-3.1.0.ebuild b/www-client/qutebrowser/qutebrowser-3.1.0.ebuild index 6134e6cba9f45..1f3619d599627 100644 --- a/www-client/qutebrowser/qutebrowser-3.1.0.ebuild +++ b/www-client/qutebrowser/qutebrowser-3.1.0.ebuild @@ -155,7 +155,7 @@ python_test() { local epytestargs=( # prefer pytest-xvfb over virtx given same upstream and is expected -p xvfb - # skip warning tests broken by -wdefault, and benchmarks + # skip warning tests broken by -Wdefault, and benchmarks -k 'not _bench and not _matches_tree and not _warning' # override eclass' settings, tempdirs are re-used by Qt -o tmp_path_retention_policy=all diff --git a/www-client/qutebrowser/qutebrowser-9999.ebuild b/www-client/qutebrowser/qutebrowser-9999.ebuild index 6d2ceaa9e2087..9d0b343f32865 100644 --- a/www-client/qutebrowser/qutebrowser-9999.ebuild +++ b/www-client/qutebrowser/qutebrowser-9999.ebuild @@ -155,7 +155,7 @@ python_test() { local epytestargs=( # prefer pytest-xvfb over virtx given same upstream and is expected -p xvfb - # skip warning tests broken by -wdefault, and benchmarks + # skip warning tests broken by -Wdefault, and benchmarks -k 'not _bench and not _matches_tree and not _warning' # override eclass' settings, tempdirs are re-used by Qt -o tmp_path_retention_policy=all