From 2c5cd3be2bcee7a39990622593f5a16206a5f44e Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Wed, 22 Jul 2026 10:56:16 -0400 Subject: [PATCH] Adopt strict SciMLTesting v2.4 QA Co-Authored-By: Chris Rackauckas --- Project.toml | 2 +- docs/make.jl | 2 +- test/qa/Project.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 9f457f4..ac9e983 100644 --- a/Project.toml +++ b/Project.toml @@ -37,7 +37,7 @@ ReverseDiff = "1.15.3" SafeTestsets = "0.1, 1" SciMLBase = "2.54.0, 3.0" SciMLJacobianOperators = "0.1" -SciMLTesting = "2.2" +SciMLTesting = "2.4" StaticArraysCore = "1.4" Test = "1.10" Tracker = "0.2.35" diff --git a/docs/make.jl b/docs/make.jl index 33bee76..d8eb7d4 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -19,7 +19,7 @@ makedocs(; authors = "Avik Pal", modules = [LineSearch], clean = true, - doctest = false, + doctest = true, linkcheck = true, checkdocs = :exports, plugins = [bib], diff --git a/test/qa/Project.toml b/test/qa/Project.toml index 0ef04b8..92438d9 100644 --- a/test/qa/Project.toml +++ b/test/qa/Project.toml @@ -6,5 +6,5 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] Aqua = "0.8" -SciMLTesting = "2.2" +SciMLTesting = "2.4" Test = "1.10"