Use PDM
PDM is used to install Mercurial in editable mode (make local
) and in run-tests.py
.
The big advantage is that tests can be run offline again (CC @marmoute). (at least it works for me)
Later on, it would be interesting to use PDM to install test dependencies (which can be done in another MR).
Edited by Pierre Augier