mercurial/templates/__init__.py
author Matt Harbison <matt_harbison@yahoo.com>
Fri, 11 Oct 2024 00:56:20 -0400
changeset 52008 d7e9503c07d2
parent 45303 f55c47f41b8e
permissions -rw-r--r--
run-tests: include non-activated venv packages in `PYTHONPATH` If a venv is activated since afa9d73780e1, `hghave` would see the packages installed in it, and enable related tests. If the python interpreter was launched directly however, none of them were seen. In addition to getting consistent behavior, it's also easier to manage in CI if the venv doesn't need activation.