Merge pull request #8624 from certbot/external-mock

Fixes #8616.

Add tests with external mock
This commit is contained in:
Brad Warren 2021-02-03 12:02:43 -08:00 committed by GitHub
commit 5ad0c254ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View file

@ -21,6 +21,8 @@ jobs:
PYTHON_VERSION: 3.7
TOXENV: py37
CERTBOT_NO_PIN: 1
linux-external-mock:
TOXENV: external-mock
linux-boulder-v1-integration-certbot-oldest:
PYTHON_VERSION: 3.6
TOXENV: integration-certbot-oldest

View file

@ -137,6 +137,11 @@ commands =
setenv =
{[testenv:oldest]setenv}
[testenv:external-mock]
commands =
python {toxinidir}/tools/pip_install.py mock
{[base]install_and_test} {[base]all_packages}
[testenv:lint]
basepython = python3
# separating into multiple invocations disables cross package