Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Sep 26, 2024
1 parent 06669f7 commit d425d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glue_qt/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def pytest_unconfigure(config):
config.CFG_DIR = CFG_DIR_ORIG

# Remove reference to QApplication to prevent segmentation fault on PySide
from glue.utils import app
from glue_qt.utils import app
app.qapp = None

Check warning on line 87 in glue_qt/conftest.py

View check run for this annotation

Codecov / codecov/patch

glue_qt/conftest.py#L86-L87

Added lines #L86 - L87 were not covered by tests

if OBJGRAPH_INSTALLED and not ON_APPVEYOR:
Expand Down

0 comments on commit d425d67

Please sign in to comment.