diff --git a/e2e/core/test_python_venv_with_go_backend_deadlock_slow b/e2e/core/test_python_venv_with_go_backend_deadlock_slow new file mode 100755 index 0000000000..6c6ff452cd --- /dev/null +++ b/e2e/core/test_python_venv_with_go_backend_deadlock_slow @@ -0,0 +1,31 @@ +#!/usr/bin/env bash +# Test for deadlock issue between Python venv creation and Go backend tools +# This reproduces the scenario where go:* tools with dependencies would cause +# a circular dependency during environment resolution while creating Python venv. +# fixes https://github.com/jdx/mise/discussions/7059 +set -euo pipefail + +cat >.mise.toml <