We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd37a82 commit 17106f1Copy full SHA for 17106f1
test/Compat.jl
@@ -5,7 +5,7 @@
5
@test PythonCall.fix_qt_plugin_path() === false
6
end
7
@testset "event_loop_on/off" begin
8
- for g in [:pyqt4, :pyqt5, :pyside, :pyside2, :gtk, :gtk3, :wx]
+ for g in [:pyqt4, :pyqt5, :pyside, :pyside2, :pyside6, :gtk, :gtk3, :wx]
9
# TODO: actually test the various GUIs somehow?
10
@show g
11
@test_throws PyException PythonCall.event_loop_on(g)
0 commit comments