Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrien Ferrand <adferrand@users.noreply.github.com>2020-09-25 03:12:12 +0300
committerGitHub <noreply@github.com>2020-09-25 03:12:12 +0300
commit79297ef5cbb39e7d66cfa21039ea4b962e5619a5 (patch)
tree725fb28da4ec68d7cdb133df59875fa00b6cfbbe /tox.ini
parent5ec29ca60bc48938fadc02ab4bcd89db0891d7f8 (diff)
Invoke pipstrap in tox and during the CI (#8316)
Partial fix for #8256 This PR makes tox calls pipstrap before any commands is executed, and Azure Pipelines calls pipstrap when appropriate (when an actual call to pip is done). * Invoke pipstrap in tox and during the CI * Set default value for PYTHON_VERSION and always set python interpreter * Set Python for snaps_build also * Fix the build for Windows installer * Add a warning comment for pinned versions in pipstrap * Rebuild letsencrypt-auto * Same version than the installer build * Let's update to latest pip for installer tests
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 932f9e947..befdeba93 100644
--- a/tox.ini
+++ b/tox.ini
@@ -62,6 +62,7 @@ source_paths =
[testenv]
passenv =
CERTBOT_NO_PIN
+commands_pre = python {toxinidir}/letsencrypt-auto-source/pieces/pipstrap.py
commands =
!cover: {[base]install_and_test} {[base]all_packages}
!cover: python tests/lock_test.py