Skip to content

Commit b324963

Browse files
committed
JET
1 parent 8b92974 commit b324963

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

DifferentiationInterface/test/Core/Internals/_formalities.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ using SparseArrays
1616
end
1717

1818
@testset "JET" begin
19-
JET.test_package(DifferentiationInterface; target_defined_modules=true)
19+
if VERSION < v"1.12"
20+
JET.test_package(DifferentiationInterface; target_defined_modules=true)
21+
end
2022
end
2123

2224
@testset "JuliaFormatter" begin

DifferentiationInterfaceTest/test/formalities.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ end
1818
)
1919
end
2020
@testset verbose = true "JET" begin
21-
JET.test_package(DifferentiationInterfaceTest; target_defined_modules=true)
21+
if VERSION < v"1.12"
22+
JET.test_package(DifferentiationInterfaceTest; target_defined_modules=true)
23+
end
2224
end
2325

2426
@testset "Documentation" begin

0 commit comments

Comments
 (0)