From 5a974f178c369cb2ecae704457a7cd0f43147169 Mon Sep 17 00:00:00 2001 From: Abhishek Bhatt Date: Wed, 15 Nov 2023 23:24:22 -0500 Subject: [PATCH] update kwarg from new Aqua release --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 96f33459..278c015d 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -49,7 +49,7 @@ doset("aqua") && begin Aqua.test_all(QuantumSavory, ambiguities=false, stale_deps=false, # TODO due to the package extensions being misidentified - piracy=false # TODO due to code that needs to be upstreamed + piracies=false # TODO due to code that needs to be upstreamed ) #Aqua.test_ambiguities([QuantumSavory,Core]) # otherwise Base causes false positives end