Skip to content

Commit

Permalink
TST: Re-enable macOS PySide6 mnemonic interaction test
Browse files Browse the repository at this point in the history
  • Loading branch information
kernc committed Jan 4, 2024
1 parent af778bf commit 8874330
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions efck/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ def test_avocado(self):
self.keypress([Qt.Key.Key_A, Qt.Key.Key_V, Qt.Key.Key_O,
Qt.Key.Key_Right, Qt.Key.Key_Enter])

@unittest.skipIf(IS_MACOS and QT_API == 'pyside6', 'macOS lacks mnemonics and PySide6 is '
'missing qt_set_sequence_auto_mnemonic()')
def test_filters_with_altnum_select(self):
self.expected_value = '𝗯𝗼𝗹𝗱'
self.keypress([
Expand Down

0 comments on commit 8874330

Please sign in to comment.