summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-09 18:42:19 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-09 18:42:19 +0100
commit0a38fff4c675b384289728a4d45f9c1fe1f9d4fc (patch)
treee1563004fef6337bf685f6e4e7b98be788507bc8 /pytest.ini
parentfb4a56318c8159551d54f7098324ea908275854f (diff)
downloadqutebrowser-0a38fff4c675b384289728a4d45f9c1fe1f9d4fc.tar.gz
qutebrowser-0a38fff4c675b384289728a4d45f9c1fe1f9d4fc.zip
Simplify test_greasemonkey via js_tester fixture
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index d0f41948b..7f4a58de3 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -34,7 +34,6 @@ markers =
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
js_headers: Sets JS headers dynamically on QtWebEngine (unsupported on some versions)
qtwebkit_pdf_imageformat_skip: Broken on QtWebKit with PDF image format plugin installed
windows_skip: Tests which should be skipped on Windows