We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a3c6f commit be99d19Copy full SHA for be99d19
test/aqua.jl
@@ -1,2 +1,4 @@
1
using Aqua
2
-Aqua.test_all(SortingAlgorithms)
+Aqua.test_all(SortingAlgorithms, deps_compat=false)
3
+# It's okay to use the latest version of test deps:
4
+Aqua.test_deps_compat(SortingAlgorithms, check_extras=false)
0 commit comments