mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Merge pull request #8624 from certbot/external-mock
Fixes #8616. Add tests with external mock
This commit is contained in:
commit
5ad0c254ca
2 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
5
tox.ini
5
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue