1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

Set recreate = true in tox.ini. (#7746)

Fixes #7745.
This commit is contained in:
Brad Warren
2020-02-05 14:37:39 -08:00
committed by GitHub
parent 7b35abbcb4
commit cc764b65c1

View File

@@ -67,6 +67,9 @@ passenv =
commands =
{[base]install_and_test} {[base]all_packages}
python tests/lock_test.py
# We always recreate the virtual environment to avoid problems like
# https://github.com/certbot/certbot/issues/7745.
recreate = true
setenv =
PYTEST_ADDOPTS = {env:PYTEST_ADDOPTS:--numprocesses auto}
PYTHONHASHSEED = 0