We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eaeb24 commit f7bca8bCopy full SHA for f7bca8b
test/aqua.jl
@@ -1,6 +1,7 @@
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
- Aqua.test_all(PythonCall, unbound_args=false)
6
+ Aqua.test_all(PythonCall, unbound_args=false, project_toml_formatting=Base.VERSION >= v"1.9")
7
end
0 commit comments