Skip to content

Commit 855ea64

Browse files
committed
ignore julia in test/REQUIRE (#578)
1 parent 4b43e63 commit 855ea64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/Pkg/src/Operations.jl

+1
Original file line numberDiff line numberDiff line change
@@ -945,6 +945,7 @@ function pkg2_test_target_compatibility!(ctx, path, pkgs)
945945
for r in Pkg2.Reqs.read(test_reqfile)
946946
r isa Pkg2.Reqs.Requirement || continue
947947
pkg_name, vspec = r.package, VersionSpec(VersionRange[r.versions.intervals...])
948+
pkg_name == "julia" && continue
948949
push!(pkgs, PackageSpec(pkg_name, vspec))
949950
end
950951
registry_resolve!(ctx.env, pkgs)

0 commit comments

Comments
 (0)