Skip to content

Commit

Permalink
comment out PyCall tests to avoid spooky Python action at a distance …
Browse files Browse the repository at this point in the history
…breaking things
  • Loading branch information
Lilith Hafner authored and Lilith Hafner committed Oct 6, 2023
1 parent 16efdb2 commit 180c3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ end
if !is_APPVEYOR && GROUP == "Python"
activate_python_env()
@time @safetestset "PyCall" begin
include("python/pycall.jl")
# include("python/pycall.jl")
end
@time @safetestset "PythonCall" begin
include("python/pythoncall.jl")
Expand Down

0 comments on commit 180c3ae

Please sign in to comment.