Skip to content

Commit

Permalink
suppress project.toml formatting test
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Doris committed Nov 4, 2023
1 parent 5eaeb24 commit f7bca8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/aqua.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@testitem "Aqua" begin
# The unbound_args test fails on methods with signature like foo(::Type{Tuple{Vararg{V}}}) where V
# Seems like a bug.
# Project.toml formatting is not consistent between Julia versions.
import Aqua
Aqua.test_all(PythonCall, unbound_args=false)
Aqua.test_all(PythonCall, unbound_args=false, project_toml_formatting=Base.VERSION >= v"1.9")
end

0 comments on commit f7bca8b

Please sign in to comment.