www-client/qutebrowser: fix casing typo in comment

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2024-01-09 03:45:30 -05:00
parent 2284457839
commit f496729944
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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