From a697e25094340d55a90cce75b4ec05c8b84eb2b6 Mon Sep 17 00:00:00 2001 From: Philipp Albrecht Date: Fri, 12 Nov 2021 06:47:48 +0100 Subject: Fix spelling Co-authored-by: Florian Bruhin --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 8a5110ce4..d9070df3a 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -220,7 +220,7 @@ def pytest_addoption(parser): def pytest_configure(config): try: - # Try to use QtWebkit as the default backend + # Try to use QtWebKit as the default backend import PyQt5.QtWebKitWidgets config.backend = 'webkit' except ImportError: -- cgit v1.2.3-54-g00ecf