diff --git a/Project.toml b/Project.toml index 529ca78f..7b912137 100644 --- a/Project.toml +++ b/Project.toml @@ -50,7 +50,7 @@ PrecompileTools = "1.2.1" Random = "1.10" SciMLBase = "2, 3.3" SciMLSensitivity = "7.43" -SciMLTesting = "2.1" +SciMLTesting = "2.4" StableRNGs = "1" Static = "1" SteadyStateDiffEq = "2.5.0" diff --git a/test/qa/Project.toml b/test/qa/Project.toml index b0f32b2f..8b607987 100644 --- a/test/qa/Project.toml +++ b/test/qa/Project.toml @@ -17,7 +17,7 @@ Lux = "1" NonlinearSolve = "4" OrdinaryDiffEq = "6.74, 7" Random = "1.10" -SciMLTesting = "2.1" +SciMLTesting = "2.4" SteadyStateDiffEq = "2.5.0" Test = "1.10" julia = "1.10" diff --git a/test/qa/qa.jl b/test/qa/qa.jl index 3c799470..9284b8bf 100644 --- a/test/qa/qa.jl +++ b/test/qa/qa.jl @@ -2,7 +2,8 @@ using SciMLTesting, DeepEquilibriumNetworks, Test run_qa( DeepEquilibriumNetworks; - explicit_imports = true, + # Documenter canonicalizes this module alias to the target module binding. + api_docs_kwargs = (; rendered_ignore = (:DEQs,)), # `Aqua.test_all`'s default ambiguities check recurses into deps and is noisy; run # it only against this package's own methods (the prior hand-rolled qa.jl disabled # the recursive sweep and called `test_ambiguities(...; recursive = false)`).