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.
julia_version
1 parent b13bd2d commit f3b81f1Copy full SHA for f3b81f1
test/new.jl
@@ -3023,7 +3023,7 @@ using Pkg.Types: is_stdlib
3023
@test_throws Pkg.Types.PkgError is_stdlib(networkoptions_uuid, v"1.6")
3024
end
3025
3026
-
+#=
3027
@testset "Pkg.add() with julia_version" begin
3028
append!(empty!(Pkg.Types.STDLIBS_BY_VERSION), HistoricalStdlibVersions.STDLIBS_BY_VERSION)
3029
@@ -3128,6 +3128,7 @@ end
3128
3129
empty!(Pkg.Types.STDLIBS_BY_VERSION)
3130
3131
+=#
3132
3133
3134
@testset "Issue #2931" begin
0 commit comments