diff --git a/Project.toml b/Project.toml index 9cfd94e7..1c703e0a 100644 --- a/Project.toml +++ b/Project.toml @@ -62,14 +62,13 @@ LinearAlgebra = "1.10" MCIntegration = "0.4.2" MonteCarloIntegration = "0.2" Mooncake = "0.5.6" -Pkg = "1.10" QuadGK = "2.11" Random = "1.10" Reexport = "1.2" SafeTestsets = "0.1, 1" SciMLBase = "2.104, 3.0" SciMLLogging = "1.10.1, 2" -SciMLTesting = "1" +SciMLTesting = "2.1" StaticArrays = "1.9.8" Test = "1.10" Unitful = "1" @@ -88,7 +87,6 @@ FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838" FastTanhSinhQuadrature = "b650e0df-f744-4436-b963-b44034668c57" HAdaptiveIntegration = "eaa5ad34-b243-48e9-b09c-54bc0655cecf" MCIntegration = "ea1e2de9-7db7-4b42-91ee-0cd1bf6df167" -Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" @@ -96,4 +94,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" [targets] -test = ["ADTypes", "Arblib", "StaticArrays", "SafeTestsets", "SciMLTesting", "Test", "Distributions", "ChainRulesCore", "FastGaussQuadrature", "FastTanhSinhQuadrature", "Cuba", "Cubature", "MCIntegration", "DifferentiationInterface", "HAdaptiveIntegration", "Pkg", "Unitful"] +test = ["ADTypes", "Arblib", "StaticArrays", "SafeTestsets", "SciMLTesting", "Test", "Distributions", "ChainRulesCore", "FastGaussQuadrature", "FastTanhSinhQuadrature", "Cuba", "Cubature", "MCIntegration", "DifferentiationInterface", "HAdaptiveIntegration", "Unitful"] diff --git a/test/AD/Project.toml b/test/AD/Project.toml index 39633897..3c1b452b 100644 --- a/test/AD/Project.toml +++ b/test/AD/Project.toml @@ -11,9 +11,6 @@ SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" -[sources] -Integrals = {path = "../.."} - [compat] Cuba = "2.2" Cubature = "1.5" @@ -23,7 +20,7 @@ ForwardDiff = "0.10.36, 1" Integrals = "5" Mooncake = "0.5.6" SafeTestsets = "0.1, 1" -SciMLTesting = "1.7" +SciMLTesting = "2.1" Test = "1.10" Zygote = "0.7.10" julia = "1.10" diff --git a/test/qa/Project.toml b/test/qa/Project.toml index d0b954c9..16406997 100644 --- a/test/qa/Project.toml +++ b/test/qa/Project.toml @@ -6,9 +6,6 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" -[sources] -Integrals = {path = "../.."} - [compat] Aqua = "0.8" Integrals = "5" diff --git a/test/runtests.jl b/test/runtests.jl index 3907163d..a18a7cc4 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,8 +1,2 @@ -if get(ENV, "GROUP", "All") == "QA" - import Pkg - Pkg.activate(joinpath(@__DIR__, "qa")) - Pkg.instantiate() -end - using SciMLTesting run_tests()