From 9306a467abbbd053fb16a067927f8ce902d375fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20G=C3=B6ttgens?= Date: Thu, 28 Sep 2023 00:30:22 +0200 Subject: [PATCH] Add to smoke test --- test/test_smoke.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_smoke.jl b/test/test_smoke.jl index 669341a3..4fedf7c1 100644 --- a/test/test_smoke.jl +++ b/test/test_smoke.jl @@ -16,7 +16,7 @@ Aqua.test_all( undefined_exports = false, project_extras = false, stale_deps = false, - deps_compat = false, + deps_compat = (; check_extras = true, check_weakdeps = true), project_toml_formatting = false, piracy = false, )