Bump apacheconfig dependency to latest version and install dev version of apache for coverage tests

This commit is contained in:
m0namon 2020-01-21 16:02:17 -08:00
parent bafa9e2eb0
commit 69bb92d698
4 changed files with 5 additions and 3 deletions

View file

@ -19,7 +19,7 @@ install_requires = [
]
dev_extras = [
'apacheconfig>=0.3.1',
'apacheconfig>=0.3.2',
]
class PyTest(TestCommand):

View file

@ -3,7 +3,7 @@
# 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
apacheconfig==0.3.1
apacheconfig==0.3.2
apipkg==1.4
appnope==0.1.0
asn1crypto==0.22.0

View file

@ -40,7 +40,7 @@ pytz==2012rc0
google-api-python-client==1.5.5
# Our setup.py constraints
apacheconfig==0.3.1
apacheconfig==0.3.2
cloudflare==1.5.1
cryptography==1.2.3
parsedatetime==1.3

View file

@ -119,12 +119,14 @@ setenv =
basepython = python2.7
commands =
{[base]install_packages}
{[base]pip_install} certbot-apache[dev]
python tox.cover.py
[testenv:py37-cover]
basepython = python3.7
commands =
{[base]install_packages}
{[base]pip_install} certbot-apache[dev]
python tox.cover.py
[testenv:lint]