Merge branch 'master' of github.com:mongodb/mongo-python-driver

This commit is contained in:
Steven Silvester 2024-07-26 19:32:16 -05:00
commit dd048ef37b
No known key found for this signature in database
GPG Key ID: B1BF5EC3A8B32F91

View File

@ -10,7 +10,7 @@ fi
if $PYTHON_BINARY -m hatch --version; then
run_hatch() {
$PYTHON_BINARY hatch run "$@"
$PYTHON_BINARY -m hatch run "$@"
}
else # No toolchain hatch present, set up virtualenv before installing hatch
createvirtualenv "$PYTHON_BINARY" hatchenv