Skip to content

Commit

Permalink
Merge pull request #297 from gap-packages/mh/AvailabilityTest
Browse files Browse the repository at this point in the history
PackageInfo.g: switch AvailabilityTest to ReturnTrue
  • Loading branch information
MeikeWeiss authored Nov 12, 2024
2 parents 1548ac4 + 1437d60 commit befdb44
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,7 @@ Dependencies := rec(
ExternalConditions := [ ],
),

AvailabilityTest := function()
return true;
end,
AvailabilityTest := ReturnTrue,

TestFile := "tst/testall.g",

Expand Down

0 comments on commit befdb44

Please sign in to comment.