Skip to content

Commit

Permalink
ignore julia in test/REQUIRE (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Aug 4, 2018
1 parent 0b27c33 commit 8a11d20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stdlib/Pkg/src/Operations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -945,6 +945,7 @@ function pkg2_test_target_compatibility!(ctx, path, pkgs)
for r in Pkg2.Reqs.read(test_reqfile)
r isa Pkg2.Reqs.Requirement || continue
pkg_name, vspec = r.package, VersionSpec(VersionRange[r.versions.intervals...])
pkg_name == "julia" && continue
push!(pkgs, PackageSpec(pkg_name, vspec))
end
registry_resolve!(ctx.env, pkgs)
Expand Down

0 comments on commit 8a11d20

Please sign in to comment.