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 4bb0dfa commit a63660eCopy full SHA for a63660e
test/runtests.jl
@@ -1,7 +1,8 @@
1
include("front_matter.jl")
2
@testset "Libtask" begin
3
@testset "quality" begin
4
- Aqua.test_all(Libtask)
+ # ScopedValues is stale on 1.11.
5
+ Aqua.test_all(Libtask; stale_deps=VERSION < v"1.11" ? true : false)
6
@test JuliaFormatter.format(Libtask; verbose=false, overwrite=false)
7
end
8
include("copyable_task.jl")
0 commit comments