mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
undo changes to tox.ini
This commit is contained in:
parent
8178fc0235
commit
098521dd3d
1 changed files with 0 additions and 10 deletions
10
tox.ini
10
tox.ini
|
|
@ -221,9 +221,6 @@ whitelist_externals =
|
|||
passenv = DOCKER_*
|
||||
|
||||
[testenv:integration]
|
||||
# If any new settings other than commands or passenv are set below, they need
|
||||
# to propagated to the testenv py39-integration until
|
||||
# https://github.com/certbot/certbot/issues/8384 is fixed.
|
||||
commands =
|
||||
{[base]pip_install} acme certbot certbot-nginx certbot-ci
|
||||
pytest certbot-ci/certbot_integration_tests \
|
||||
|
|
@ -234,13 +231,6 @@ commands =
|
|||
coverage report --include 'certbot-nginx/*' --show-missing --fail-under=74
|
||||
passenv = DOCKER_*
|
||||
|
||||
[testenv:py39-integration]
|
||||
# This tox environment just exists to put py39 in the environment name which
|
||||
# earlier in the file we configured to boostrap pip, setuptools, and wheel
|
||||
# differently.
|
||||
commands = {[testenv:integration]commands}
|
||||
passenv = {[testenv:integration]passenv}
|
||||
|
||||
[testenv:integration-certbot]
|
||||
commands =
|
||||
{[base]pip_install} acme certbot certbot-ci
|
||||
|
|
|
|||
Loading…
Reference in a new issue