diff --git a/test/qa/Project.toml b/test/qa/Project.toml index 5b9aa6a..62f9110 100644 --- a/test/qa/Project.toml +++ b/test/qa/Project.toml @@ -13,6 +13,6 @@ FastPower = {path = "../.."} Aqua = "0.8" JET = "0.9,0.10,0.11" SafeTestsets = "0.1, 1" -SciMLTesting = "1" +SciMLTesting = "1.6" Test = "1" julia = "1.10" diff --git a/test/qa/qa.jl b/test/qa/qa.jl index 07fbc8a..50c189c 100644 --- a/test/qa/qa.jl +++ b/test/qa/qa.jl @@ -1,13 +1,3 @@ -using FastPower -using Aqua -using JET -using Test +using SciMLTesting, FastPower, JET, Test -@testset "Aqua" begin - Aqua.test_all(FastPower; deps_compat = (; check_extras = false)) - @test_broken false # Aqua deps_compat (extras): Pkg has no [compat] entry — see https://github.com/SciML/FastPower.jl/issues/53 -end - -@testset "JET" begin - JET.test_package(FastPower; target_defined_modules = true) -end +run_qa(FastPower; explicit_imports = true)