We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7bca8b commit 49e307fCopy full SHA for 49e307f
test/aqua.jl
@@ -1,7 +1,6 @@
1
@testitem "Aqua" begin
2
# The unbound_args test fails on methods with signature like foo(::Type{Tuple{Vararg{V}}}) where V
3
# Seems like a bug.
4
- # Project.toml formatting is not consistent between Julia versions.
5
import Aqua
6
- Aqua.test_all(PythonCall, unbound_args=false, project_toml_formatting=Base.VERSION >= v"1.9")
+ Aqua.test_all(PythonCall, unbound_args=false)
7
end
0 commit comments