Skip to content

Commit

Permalink
minor fix for qt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed May 11, 2020
1 parent 52177fc commit e251650
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
try:
# make sure we import QtWebEngineWidgets at the start
import psyplot_gui.compat.qtcompat
except ImportError:
pass

def pytest_addoption(parser):
group = parser.getgroup("psyplot", "psyplot specific options")
Expand Down

0 comments on commit e251650

Please sign in to comment.