From 71a0a4f5f962400236a557a07b938f4974e5e67a Mon Sep 17 00:00:00 2001 From: t-bltg Date: Sat, 6 Apr 2024 23:59:12 +0200 Subject: [PATCH] update `Aqua` --- .github/workflows/ci.yml | 1 + PlotsBase/test/test_quality.jl | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ec12e018..6c4d13b88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,6 +100,7 @@ jobs: if [ "$RUNNER_OS" == "Linux" ]; then cmd=(xvfb-run ${cmd[@]}) fi + echo ${cmd[@]} ${cmd[@]} -e ' using Pkg foreach(name -> Pkg.test(name; coverage=true), ("RecipesBase", "RecipesPipeline", "PlotsBase", "Plots")) diff --git a/PlotsBase/test/test_quality.jl b/PlotsBase/test/test_quality.jl index 40b737026..8fccb5a1f 100644 --- a/PlotsBase/test/test_quality.jl +++ b/PlotsBase/test/test_quality.jl @@ -7,6 +7,7 @@ stale_deps = (; ignore = [:CondaPkg, :Contour, :UnitfulLatexify, :LaTeXStrings, :Latexify] ), + persistent_tasks = false, ambiguities = false, deps_compat = false, # FIXME: fails `CondaPkg` piracies = false,