Skip to content

Commit

Permalink
Enable JLL tests again (JuliaLang#3383)
Browse files Browse the repository at this point in the history
Let's continue to exercise these codepaths, now that workarounds have been merged.
  • Loading branch information
staticfloat authored Feb 21, 2023
1 parent 3c073aa commit 2931cf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/new.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2921,7 +2921,7 @@ using Pkg.Types: is_stdlib
@test_throws Pkg.Types.PkgError is_stdlib(networkoptions_uuid, v"1.6")
end

#=

@testset "Pkg.add() with julia_version" begin
append!(empty!(Pkg.Types.STDLIBS_BY_VERSION), HistoricalStdlibVersions.STDLIBS_BY_VERSION)

Expand Down Expand Up @@ -3026,7 +3026,7 @@ end

empty!(Pkg.Types.STDLIBS_BY_VERSION)
end
=#


@testset "Issue #2931" begin
isolate(loaded_depot=false) do
Expand Down

0 comments on commit 2931cf9

Please sign in to comment.