summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorfreddii <https://freddii@github.com>2020-12-28 20:21:32 +0100
committerfreddii <https://freddii@github.com>2020-12-28 20:21:32 +0100
commitc8004e4653975915b461ff8b0fbb1d91cba66611 (patch)
tree4703f1c10123ff35afefa59c4a51e1c28308c91c /pytest.ini
parentbde129b4cfea28d47e9f1e2e8b36f7ecd628c04b (diff)
downloadqutebrowser-c8004e4653975915b461ff8b0fbb1d91cba66611.tar.gz
qutebrowser-c8004e4653975915b461ff8b0fbb1d91cba66611.zip
fixed typing mistake
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 f936a02cb..3705a17ef 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -31,7 +31,7 @@ markers =
qtwebengine_flaky: Tests which are flaky (and currently skipped) with QtWebEngine
qtwebengine_mac_xfail: Tests which fail on macOS with QtWebEngine
this: Used to mark tests during development
- no_invalid_lines: Don't fail on unparseable lines in end2end tests
+ no_invalid_lines: Don't fail on unparsable lines in end2end tests
fake_os: Fake utils.is_* to a fake operating system
unicode_locale: Tests which need a unicode locale to work
qtwebkit6021_xfail: Tests which would fail on WebKit version 602.1