Skip to content

Commit b065c7f

Browse files
committed
Remove skip import line from the QSM test
1 parent b78b582 commit b065c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qtpy/tests/test_qtstatemachine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
def test_qtstatemachine():
77
"""Test the qtpy.QtStateMachine namespace"""
8-
QtStateMachine = pytest_importorskip("qtpy.QtStateMachine")
8+
from qtpy import QtStateMachine
99

1010
assert QtStateMachine.QAbstractState is not None
1111
assert QtStateMachine.QAbstractTransition is not None

0 commit comments

Comments
 (0)