diff options
author | Florian Bruhin <me@the-compiler.org> | 2022-11-08 16:17:31 +0100 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2022-11-08 16:17:31 +0100 |
commit | 1387c999fa81af670f192b22e5186509dc769206 (patch) | |
tree | 3b253c065630f372639d7f411f4cb13411b529db /pytest.ini | |
parent | 8431ba43ffc4c3726ec09a35a920a0de0b19c1e4 (diff) | |
download | qutebrowser-1387c999fa81af670f192b22e5186509dc769206.tar.gz qutebrowser-1387c999fa81af670f192b22e5186509dc769206.zip |
Skip problematic QtWebKit tests with OpenSSL 3
See https://github.com/cherrypy/cheroot/issues/517 and #7467
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini index 50682a2cc..abe55bc6e 100644 --- a/pytest.ini +++ b/pytest.ini @@ -37,6 +37,7 @@ markers = unicode_locale: Tests which need a unicode locale to work 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 + qtwebkit_openssl3_skip: Broken due to cheroot bug with OpenSSL 3 on QtWebKit windows_skip: Tests which should be skipped on Windows qt_log_level_fail = WARNING qt_log_ignore = |