tests often have python in PATH

This commit is contained in:
Max Howell 2024-01-04 07:44:34 +00:00
parent 2e47105a53
commit e17d6021a7
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -46,8 +46,5 @@ provides:
test:
qa-required: true
script:
- gpt-engineer --help
# verifies that python cannot have been available to gpt-engineer in any
# other way than via pkgx in the commands pkgx shim
- if command -v python; then exit 1; fi
# cant easily do more without an Open AI key
script: gpt-engineer --help