diff --git a/test/qa_tests.jl b/test/qa_tests.jl index a16319390..4e04497c4 100644 --- a/test/qa_tests.jl +++ b/test/qa_tests.jl @@ -8,7 +8,7 @@ end @testitem "Explicit Imports" tags=[:qa] begin using ExplicitImports - @test check_no_implicit_imports(DiffEqFlux; skip = (ADTypes, Lux, Base, Core)) === - nothing + @test check_no_implicit_imports( + DiffEqFlux; skip = (ADTypes, Lux, Base, Boltz, Core)) === nothing @test check_no_stale_explicit_imports(DiffEqFlux) === nothing end