dev-cmd/test: use localised no-api scoping

This commit is contained in:
Bo Anderson 2023-06-19 03:58:52 +01:00
parent 68289f1165
commit e2e80d77a3
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65
2 changed files with 1 additions and 2 deletions

View File

@ -870,7 +870,6 @@ then
livecheck livecheck
pr-pull pr-pull
pr-upload pr-upload
test
update-python-resources update-python-resources
) )

View File

@ -28,7 +28,7 @@ module Homebrew
switch "--retry", switch "--retry",
description: "Retry if a testing fails." description: "Retry if a testing fails."
named_args :installed_formula, min: 1 named_args :installed_formula, min: 1, without_api: true
end end
end end