Skip to content

Commit 49e307f

Browse files
author
Christopher Doris
committed
undo previous change
1 parent f7bca8b commit 49e307f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/aqua.jl

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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.
54
import Aqua
6-
Aqua.test_all(PythonCall, unbound_args=false, project_toml_formatting=Base.VERSION >= v"1.9")
5+
Aqua.test_all(PythonCall, unbound_args=false)
76
end

0 commit comments

Comments
 (0)