This is an archive of the discontinued Mercurial Phabricator instance.

automation: install python3-venv Debian package
ClosedPublic

Authored by indygreg on Nov 5 2019, 2:44 AM.

Details

Summary

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.

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.

Event Timeline

indygreg created this revision.Nov 5 2019, 2:44 AM
This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.