Debian's python install has a crippled venv by default, as it is
lacking ensurepip. When you try to run python3 -m venv it tells
you to install python3-venv. So this commit does that in our
automation environment so we can fully test installing Mercurial
using venv+pip with the system Python.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHGacdd4f28f6a3: automation: install python3-venv Debian package
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.