Flask's style test in GitHub actions runs tox -e style, which runs pre-commit run --all-files --show-diff-on-failure, which is failing with "An unexpected error has occurred: AssertionError: BUG: expected environment for python to be healthy() immediately after install, please open an issue describing your environment".
Note, this does not reproduce locally.
AFAIK, this first appeared in pallets/flask#3739.
We're trying to debug this over in pallets/flask#3740 where I've temporarily added a cat .../pre-commit.log command. Output here: https://github.com/pallets/flask/pull/3740/checks?check_run_id=1018335736#step:9:14
Neither the error message nor the log actually say what specifically about the environment is unhealthy.
Any ideas?
Thanks!
Flask's style test in GitHub actions runs
tox -e style, which runspre-commit run --all-files --show-diff-on-failure, which is failing with "An unexpected error has occurred: AssertionError: BUG: expected environment for python to be healthy() immediately after install, please open an issue describing your environment".Note, this does not reproduce locally.
AFAIK, this first appeared in pallets/flask#3739.
We're trying to debug this over in pallets/flask#3740 where I've temporarily added a
cat .../pre-commit.logcommand. Output here: https://github.com/pallets/flask/pull/3740/checks?check_run_id=1018335736#step:9:14Neither the error message nor the log actually say what specifically about the environment is unhealthy.
Any ideas?
Thanks!