Skip to content

Commit

Permalink
ifx missed import
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Aug 25, 2023
1 parent f9b5dd1 commit b98a047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtpy/tests/test_macos_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def test_qt511_exception(mac_ver, monkeypatch):

# This should raise an Exception
with pytest.raises(Exception) as e:
pass
import qtpy

assert "10.11" in str(e.value)
assert "5.11" in str(e.value)
Expand Down

0 comments on commit b98a047

Please sign in to comment.