Skip to content

Commit 17106f1

Browse files
author
Christopher Doris
committed
Add PySide6 to GUI event loop tests
1 parent cd37a82 commit 17106f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Compat.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@test PythonCall.fix_qt_plugin_path() === false
66
end
77
@testset "event_loop_on/off" begin
8-
for g in [:pyqt4, :pyqt5, :pyside, :pyside2, :gtk, :gtk3, :wx]
8+
for g in [:pyqt4, :pyqt5, :pyside, :pyside2, :pyside6, :gtk, :gtk3, :wx]
99
# TODO: actually test the various GUIs somehow?
1010
@show g
1111
@test_throws PyException PythonCall.event_loop_on(g)

0 commit comments

Comments
 (0)