diff --git a/Project.toml b/Project.toml index d164739..a7a2e1f 100644 --- a/Project.toml +++ b/Project.toml @@ -14,6 +14,7 @@ Distributions = "0.25" ExplicitImports = "1.14.0" JET = "0.9, 0.10, 0.11" LogExpFunctions = "0.3.14, 1.0" +Pkg = "1" PrecompileTools = "1.2.0" Random = "1.10" Statistics = "1" diff --git a/test/qa/qa.jl b/test/qa/qa.jl index 40ee2e2..7e6923e 100644 --- a/test/qa/qa.jl +++ b/test/qa/qa.jl @@ -5,10 +5,7 @@ using Test @testset "Aqua" begin Aqua.find_persistent_tasks_deps(PoissonRandom) Aqua.test_ambiguities(PoissonRandom, recursive = false) - # The `extras` sub-check of test_deps_compat fails: the test-only extra `Pkg` - # has no [compat] entry in Project.toml. deps/weakdeps sub-checks still run. - Aqua.test_deps_compat(PoissonRandom; check_extras = false) - @test_broken false # Aqua test_deps_compat extras: `Pkg` lacks a compat entry — tracked in https://github.com/SciML/PoissonRandom.jl/issues/83 + Aqua.test_deps_compat(PoissonRandom) Aqua.test_piracies( PoissonRandom, treat_as_own = []