You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/new.jl
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1831,6 +1831,8 @@ end
1831
1831
Pkg.dependencies(exuuid) do pkg
1832
1832
@test pkg.version >v"0.3.0"
1833
1833
end
1834
+
1835
+
@test_throwsPkgError("`repo` is a private field of PackageSpec and should not be set directly") Pkg.add([PackageSpec(;repo=LibGit2.GitRepo(url="someurl"))])
0 commit comments