Skip to content

Commit f7bca8b

Browse files
author
Christopher Doris
committed
suppress project.toml formatting test
1 parent 5eaeb24 commit f7bca8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/aqua.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@testitem "Aqua" begin
22
# The unbound_args test fails on methods with signature like foo(::Type{Tuple{Vararg{V}}}) where V
33
# Seems like a bug.
4+
# Project.toml formatting is not consistent between Julia versions.
45
import Aqua
5-
Aqua.test_all(PythonCall, unbound_args=false)
6+
Aqua.test_all(PythonCall, unbound_args=false, project_toml_formatting=Base.VERSION >= v"1.9")
67
end

0 commit comments

Comments
 (0)