Fix lint
This commit is contained in:
parent
ba718a2b9d
commit
61270b8f92
@ -100,6 +100,7 @@ def _get_version_tag(tag):
|
|||||||
else:
|
else:
|
||||||
raise ValueError("Invalid package {!r}".format(package))
|
raise ValueError("Invalid package {!r}".format(package))
|
||||||
|
|
||||||
|
|
||||||
def _get_backend_tag(tag):
|
def _get_backend_tag(tag):
|
||||||
"""Handle a @qtwebengine_*/@qtwebkit_skip tag."""
|
"""Handle a @qtwebengine_*/@qtwebkit_skip tag."""
|
||||||
pytest_marks = {
|
pytest_marks = {
|
||||||
@ -140,9 +141,7 @@ def pytest_collection_modifyitems(config, items):
|
|||||||
# markers, so we should apply the most general markers last.
|
# markers, so we should apply the most general markers last.
|
||||||
markers = [
|
markers = [
|
||||||
('qtwebengine_createWindow', 'Skipped because of QTBUG-54419',
|
('qtwebengine_createWindow', 'Skipped because of QTBUG-54419',
|
||||||
pytest.mark.skipif,
|
pytest.mark.skipif, not qtbug_54419_fixed and config.webengine),
|
||||||
not qtbug_54419_fixed and
|
|
||||||
config.webengine),
|
|
||||||
('qtwebengine_todo', 'QtWebEngine TODO', pytest.mark.xfail,
|
('qtwebengine_todo', 'QtWebEngine TODO', pytest.mark.xfail,
|
||||||
config.webengine),
|
config.webengine),
|
||||||
('qtwebengine_skip', 'Skipped with QtWebEngine', pytest.mark.skipif,
|
('qtwebengine_skip', 'Skipped with QtWebEngine', pytest.mark.skipif,
|
||||||
|
Loading…
Reference in New Issue
Block a user