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.
yanked = true
yank = true
1 parent 3082b39 commit 024a90dCopy full SHA for 024a90d
src/registry_testing.jl
@@ -172,6 +172,11 @@ function test(path=pwd(); registry_deps::Vector{<:AbstractString}=String[])
172
for (v, data) in vers
173
Test.@test VersionNumber(v) isa VersionNumber
174
Test.@test haskey(data, "git-tree-sha1")
175
+
176
+ # https://github.com/JuliaRegistries/RegistryCI.jl/issues/523
177
+ # "yanked" is correct.
178
+ # "yank" (and all other variants) are incorrect.
179
+ Test.@test keys(data) ⊆ ["git-tree-sha1", "yanked"]
180
end
181
182
# Deps.toml testing
0 commit comments