summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini15
1 files changed, 8 insertions, 7 deletions
diff --git a/pytest.ini b/pytest.ini
index 49cbc7262..4d8ae4bfe 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -31,14 +31,13 @@ markers =
qtwebengine_flaky: Tests which are flaky (and currently skipped) with QtWebEngine
qtwebengine_mac_xfail: Tests which fail on macOS with QtWebEngine
qtwebengine_py_5_15: Tests which require PyQtWebEngine 5.15.
- js_prompt: Tests needing to display a javascript prompt
this: Used to mark tests during development
- no_invalid_lines: Don't fail on unparseable lines in end2end tests
- qtbug60673: Tests which are broken if the conversion from orange selection to real selection is flaky
+ 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 an unicode locale to work
- qtwebkit6021_xfail: Tests which would fail on WebKit version 602.1
+ 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
+ windows_skip: Tests which should be skipped on Windows
qt_log_level_fail = WARNING
qt_log_ignore =
^SpellCheck: .*
@@ -76,9 +75,11 @@ qt_log_ignore =
^QPaintDevice: Cannot destroy paint device that is being painted
^DirectWrite: CreateFontFaceFromHDC\(\) failed .*
^Attribute Qt::AA_ShareOpenGLContexts must be set before QCoreApplication is created\.
+ ^QHttpNetworkConnectionPrivate::_q_hostLookupFinished could not de-queue request, failed to report HostNotFoundError
+ ^The available OpenGL surface format was either not version 3\.2 or higher or not a Core Profile.*
xfail_strict = true
filterwarnings =
error
- # See https://github.com/HypothesisWorks/hypothesis/issues/2370
- ignore:.*which is reset between function calls but not between test cases generated by:hypothesis.errors.HypothesisDeprecationWarning
+ default:Test process .* failed to terminate!:UserWarning
+ ignore:_SixMetaPathImporter\.exec_module\(\) not found; falling back to load_module\(\):ImportWarning
faulthandler_timeout = 90