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 af8cd2e commit 5d67434Copy full SHA for 5d67434
test/test_aqua.jl
@@ -3,5 +3,5 @@ using Aqua: Aqua
3
using Test: @testset
4
5
@testset "Code quality (Aqua.jl)" begin
6
- Aqua.test_all(ITensors)
+ Aqua.test_all(ITensors; persistent_tasks=false)
7
end
0 commit comments