mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
parent
7b35abbcb4
commit
cc764b65c1
1 changed files with 3 additions and 0 deletions
3
tox.ini
3
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue