Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 29, 2024
1 parent 56ebe60 commit 3398e00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qtpy/tests/test_qtgui.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ def test_opengl_imports():
@pytest.mark.skipif(
PYQT5 and PYQT_VERSION.startswith("5.9"),
reason="A specific setup with at least sip 4.9.9 is needed for PyQt5 5.9.*"
"to work with scoped enum access",
)
"to work with scoped enum access",
)
def test_theme_icon_enum():
"""Test `QIcon.ThemeIcon` presence and work."""
QtGui.QIcon.fromTheme(QtGui.QIcon.ThemeIcon.AddressBookNew)

0 comments on commit 3398e00

Please sign in to comment.