Fix spelling
Co-authored-by: Florian Bruhin <me@the-compiler.org>
This commit is contained in:
parent
8bb782332f
commit
a697e25094
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue