mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:41:53 +02:00
Rewrite tox config (#9666)
* rewrite tox config
* fix apacheconftest-with-pebble deps
* more fixes
* more fixes
* move comment up
* fix mock location
* bump cffi
* update oldest constraints
* Revert "fix mock location"
This reverts commit 561037bfad.
* fix apache test
* fix server cleanup
* fix some leaky sockets
* stop leaking sockets
* change less
* Update tox.ini
Co-authored-by: alexzorin <alex@zorin.id.au>
* Update tox.ini
Co-authored-by: alexzorin <alex@zorin.id.au>
* tweak contributing doc
---------
Co-authored-by: alexzorin <alex@zorin.id.au>
This commit is contained in:
@@ -17,6 +17,8 @@ jobs:
|
||||
linux-py310:
|
||||
PYTHON_VERSION: 3.10
|
||||
TOXENV: py310
|
||||
linux-isolated:
|
||||
TOXENV: 'isolated-{acme,certbot,apache,cloudflare,digitalocean,dnsimple,dnsmadeeasy,gehirn,google,linode,luadns,nsone,ovh,rfc2136,route53,sakuracloud,nginx}'
|
||||
linux-boulder-v2-integration-certbot-oldest:
|
||||
PYTHON_VERSION: 3.7
|
||||
TOXENV: integration-certbot-oldest
|
||||
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
windows-py37:
|
||||
IMAGE_NAME: windows-2019
|
||||
PYTHON_VERSION: 3.7
|
||||
TOXENV: py37-win
|
||||
TOXENV: py-win
|
||||
windows-py39-cover:
|
||||
IMAGE_NAME: windows-2019
|
||||
PYTHON_VERSION: 3.9
|
||||
@@ -23,14 +23,10 @@ jobs:
|
||||
IMAGE_NAME: windows-2019
|
||||
PYTHON_VERSION: 3.9
|
||||
TOXENV: integration-certbot
|
||||
linux-oldest-tests-1:
|
||||
linux-oldest:
|
||||
IMAGE_NAME: ubuntu-22.04
|
||||
PYTHON_VERSION: 3.7
|
||||
TOXENV: '{acme,apache,apache-v2,certbot}-oldest'
|
||||
linux-oldest-tests-2:
|
||||
IMAGE_NAME: ubuntu-22.04
|
||||
PYTHON_VERSION: 3.7
|
||||
TOXENV: '{dns,nginx}-oldest'
|
||||
TOXENV: oldest
|
||||
linux-py37:
|
||||
IMAGE_NAME: ubuntu-22.04
|
||||
PYTHON_VERSION: 3.7
|
||||
@@ -43,7 +39,7 @@ jobs:
|
||||
TOXENV: lint-posix
|
||||
linux-mypy:
|
||||
IMAGE_NAME: ubuntu-22.04
|
||||
TOXENV: mypy-posix
|
||||
TOXENV: mypy
|
||||
linux-integration:
|
||||
IMAGE_NAME: ubuntu-22.04
|
||||
PYTHON_VERSION: 3.8
|
||||
|
||||
Reference in New Issue
Block a user