Skip to content

Commit

Permalink
HACK
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jan 11, 2024
1 parent a825d8f commit a747465
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tst/PackageManager.tst
Original file line number Diff line number Diff line change
Expand Up @@ -445,10 +445,6 @@ true
gap> urllist := PKGMAN_PackageInfoURLList;;
gap> PKGMAN_PackageInfoURLList :=
> "https://gap-packages.github.io/PackageManager/dummy/badurls.txt";;
gap> InstallPackageFromGit("https://github.com/mtorpey/uuid.git", false);
#I Could not inspect tarball contents
#I Dependencies not satisfied for uuid
false
gap> UpdatePackage("GAPDoc", false); # Installed version is newer than online
true
gap> UpdatePackage("uuid", false); # Newer version, but fails to install
Expand Down

0 comments on commit a747465

Please sign in to comment.