Run unittests with QUTE_BDD_WEBENGINE
This commit is contained in:
parent
4506575638
commit
16ecc043f7
@ -116,8 +116,6 @@ def pytest_collection_modifyitems(config, items):
|
||||
'test_conftest.py']
|
||||
if module_root_dir == 'end2end':
|
||||
item.add_marker(pytest.mark.end2end)
|
||||
elif os.environ.get('QUTE_BDD_WEBENGINE', ''):
|
||||
deselected = True
|
||||
|
||||
_apply_platform_markers(item)
|
||||
if item.get_marker('xfail_norun'):
|
||||
|
Loading…
Reference in New Issue
Block a user