summaryrefslogtreecommitdiff
path: root/tests/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/conftest.py')
-rw-r--r--tests/conftest.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 084acddc5..8e35e1c24 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -240,12 +240,6 @@ def set_backend(monkeypatch, request):
monkeypatch.setattr(objects, 'backend', backend)
-@pytest.fixture(autouse=True, scope='session')
-def apply_libgl_workaround():
- """Make sure we load libGL early so QtWebEngine tests run properly."""
- utils.libgl_workaround()
-
-
@pytest.fixture(autouse=True)
def apply_fake_os(monkeypatch, request):
fake_os = request.node.get_closest_marker('fake_os')