mirror of
https://github.com/certbot/certbot.git
synced 2026-06-13 02:30:25 -04:00
* First part * Several optimizations about the docker env setup * Documentation * Various corrections and documentation. Add acme and certbot explicitly as dependencies of certbot-ci. * Correct a variable misinterpreted as a pytest hook * Correct strict parsing option on pebble * Refactor acme setup to be executed from pytest hooks. * Pass TRAVIS env variable to trigger specific xdist logic * Retrigger build. * Work in progress * Config operational * Propagate to xdist * Corrections on acme and misc * Correct subnet for pebble * Remove gobetween, as tls-sni challenges are not tested anymore. * Improve pebble setup. Reduce LOC. * Update acme.py * Optimize acme ca setup, with less temporary assets * Silent setup * Clean code * Remove unused workspace * Use default network driver * Remove bridge * Update package documentation * Remove rerun capability for integration tests, not needed. * Add documentation * Variable for all ports and subnets used by the stack * Update certbot-ci/certbot_integration_tests/conftest.py Co-Authored-By: adferrand <adferrand@users.noreply.github.com> * Update certbot-ci/certbot_integration_tests/utils/acme.py Co-Authored-By: adferrand <adferrand@users.noreply.github.com> * Update certbot-ci/certbot_integration_tests/utils/misc.py Co-Authored-By: adferrand <adferrand@users.noreply.github.com> * Update tox.ini Co-Authored-By: adferrand <adferrand@users.noreply.github.com> * Update certbot-ci/certbot_integration_tests/utils/misc.py Co-Authored-By: adferrand <adferrand@users.noreply.github.com> * Update certbot-ci/certbot_integration_tests/utils/acme.py Co-Authored-By: adferrand <adferrand@users.noreply.github.com> * Update certbot-ci/certbot_integration_tests/utils/acme.py Co-Authored-By: adferrand <adferrand@users.noreply.github.com> * Update certbot-ci/certbot_integration_tests/conftest.py Co-Authored-By: adferrand <adferrand@users.noreply.github.com> * Rename to acme_server * Add comment * Refactor in a unique context fixture * Remove the need of CERTBOT_ACME_XDIST environment variable * Remove nonstrict/strict options in pebble * Clean dependencies * Clean tox * Change function name * Add comment about coveragerc specificities * Change a comment. * Update setup.py * Update conftest.py * Use the production-ready docker-compose.yml file for Pebble * New style class * Tune pebble to have a stable test environment * Pin a dependency
78 lines
1.6 KiB
Text
78 lines
1.6 KiB
Text
# Specifies Python package versions for development.
|
|
# It includes in particular packages not specified in letsencrypt-auto's requirements file.
|
|
# Some dev package versions specified here may be overridden by higher level constraints
|
|
# files during tests (eg. letsencrypt-auto-source/pieces/dependency-requirements.txt).
|
|
alabaster==0.7.10
|
|
apipkg==1.4
|
|
asn1crypto==0.22.0
|
|
astroid==1.3.5
|
|
attrs==17.3.0
|
|
Babel==2.5.1
|
|
backports.shutil-get-terminal-size==1.0.0
|
|
boto3==1.9.36
|
|
botocore==1.12.36
|
|
cloudflare==1.5.1
|
|
coverage==4.4.2
|
|
decorator==4.1.2
|
|
dns-lexicon==3.0.8
|
|
dnspython==1.15.0
|
|
docutils==0.12
|
|
execnet==1.5.0
|
|
future==0.16.0
|
|
futures==3.1.1
|
|
google-api-python-client==1.5
|
|
httplib2==0.10.3
|
|
imagesize==0.7.1
|
|
ipdb==0.10.2
|
|
ipython==5.5.0
|
|
ipython-genutils==0.2.0
|
|
Jinja2==2.9.6
|
|
jmespath==0.9.3
|
|
josepy==1.1.0
|
|
logger==1.4
|
|
logilab-common==1.4.1
|
|
MarkupSafe==1.0
|
|
mypy==0.600
|
|
ndg-httpsclient==0.3.2
|
|
oauth2client==2.0.0
|
|
pathlib2==2.3.0
|
|
pexpect==4.2.1
|
|
pickleshare==0.7.4
|
|
pkginfo==1.4.2
|
|
pluggy==0.5.2
|
|
prompt-toolkit==1.0.15
|
|
ptyprocess==0.5.2
|
|
py==1.4.34
|
|
pyasn1==0.1.9
|
|
pyasn1-modules==0.0.10
|
|
Pygments==2.2.0
|
|
pylint==1.4.2
|
|
pytest==3.2.5
|
|
pytest-cov==2.5.1
|
|
pytest-forked==0.2
|
|
pytest-xdist==1.22.5
|
|
pytest-sugar==0.9.2
|
|
python-dateutil==2.6.1
|
|
python-digitalocean==1.11
|
|
PyYAML==3.13
|
|
repoze.sphinx.autointerface==0.8
|
|
requests-file==1.4.2
|
|
requests-toolbelt==0.8.0
|
|
rsa==3.4.2
|
|
s3transfer==0.1.11
|
|
scandir==1.6
|
|
simplegeneric==0.8.1
|
|
snowballstemmer==1.2.1
|
|
Sphinx==1.7.5
|
|
sphinx-rtd-theme==0.2.4
|
|
sphinxcontrib-websupport==1.0.1
|
|
tldextract==2.2.0
|
|
tox==2.9.1
|
|
tqdm==4.19.4
|
|
traitlets==4.3.2
|
|
twine==1.11.0
|
|
typed-ast==1.1.0
|
|
typing==3.6.4
|
|
uritemplate==0.6
|
|
virtualenv==15.1.0
|
|
wcwidth==0.1.7
|