Skip to content

Commit 98ea7cc

Browse files
authored
Tmp fix for extension-related JET error (#85)
1 parent 059225b commit 98ea7cc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

test/code.jl

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@
55
Aqua.test_ambiguities(InferOpt; exclude=[StatsBase.TestStat])
66
end
77

8-
@testitem "Correctness (JET.jl)" begin
8+
@testitem "Correctness (JET.jl)" default_imports = false begin
99
using JET
1010
using DifferentiableFrankWolfe
11+
using InferOpt
1112
if VERSION >= v"1.9"
12-
@test_skip JET.test_package(InferOpt; target_defined_modules=true)
13+
JET.test_package(InferOpt; target_modules=[InferOpt])
14+
# TODO: why does the following line fail even though the method is defined in the extension?
15+
# JET.test_package(InferOpt, target_defined_modules=true)
1316
end
1417
end
1518

0 commit comments

Comments
 (0)