diff --git a/tst/PackageManager.tst b/tst/PackageManager.tst index 341a715..be3b60a 100644 --- a/tst/PackageManager.tst +++ b/tst/PackageManager.tst @@ -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