summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2018-02-26 07:56:51 +0100
committerFlorian Bruhin <git@the-compiler.org>2018-02-26 07:56:51 +0100
commit6f9c62b24a13997455dce642d6a61defcacded87 (patch)
tree5c2a10c9ed68fcb7331f34e6e977da623b76a287 /pytest.ini
parent353753c03c66fd048fc66d002b8ab8a7a0e11ff2 (diff)
downloadqutebrowser-6f9c62b24a13997455dce642d6a61defcacded87.tar.gz
qutebrowser-6f9c62b24a13997455dce642d6a61defcacded87.zip
Improve marker descriptions
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index d6226c03b..1a3f625e9 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -27,7 +27,7 @@ markers =
no_invalid_lines: Don't fail on unparseable lines in end2end tests
issue2478: Tests which are broken on Windows with QtWebEngine, https://github.com/qutebrowser/qutebrowser/issues/2478
issue3572: Tests which are broken with QtWebEngine and Qt 5.10, https://github.com/qutebrowser/qutebrowser/issues/3572
- qtbug60673: Tests which are broken if the conversion from orange selection to real selection is flakey
+ qtbug60673: Tests which are broken if the conversion from orange selection to real selection is flaky
fake_os: Fake utils.is_* to a fake operating system
unicode_locale: Tests which need an unicode locale to work
qt_log_level_fail = WARNING