We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b92974 commit b324963Copy full SHA for b324963
2 files changed
DifferentiationInterface/test/Core/Internals/_formalities.jl
@@ -16,7 +16,9 @@ using SparseArrays
16
end
17
18
@testset "JET" begin
19
- JET.test_package(DifferentiationInterface; target_defined_modules=true)
+ if VERSION < v"1.12"
20
+ JET.test_package(DifferentiationInterface; target_defined_modules=true)
21
+ end
22
23
24
@testset "JuliaFormatter" begin
DifferentiationInterfaceTest/test/formalities.jl
@@ -18,7 +18,9 @@ end
)
@testset verbose = true "JET" begin
- JET.test_package(DifferentiationInterfaceTest; target_defined_modules=true)
+ JET.test_package(DifferentiationInterfaceTest; target_defined_modules=true)
25
26
@testset "Documentation" begin
0 commit comments