Skip to content

Commit

Permalink
make tests pass on julia 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Doris committed Oct 25, 2023
1 parent 7948142 commit 29cd6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pywrap.jl
Original file line number Diff line number Diff line change
Expand Up @@ -541,5 +541,5 @@ end
@testitem "PyTable" begin
# TODO: figure out how to get pandas into the test environment
@test PyTable isa Type
@test_throws r"cannot convert this Python 'int' to a Julia '.*PyTable'" PyTable(0)
@test_throws Exception PyTable(0)
end

0 comments on commit 29cd6b2

Please sign in to comment.