From 16ecc043f73e52291696d49bd270d23993bcdb9e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 8 Feb 2017 15:56:03 +0100 Subject: [PATCH] Run unittests with QUTE_BDD_WEBENGINE --- tests/conftest.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index bcc4d4fe2..8b040361d 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -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'):