mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
Bump apacheconfig dependency to latest version and install dev version of apache for coverage tests
This commit is contained in:
parent
eb52e0a4f5
commit
d263537301
4 changed files with 5 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ install_requires = [
|
|||
]
|
||||
|
||||
dev_extras = [
|
||||
'apacheconfig>=0.3.1',
|
||||
'apacheconfig>=0.3.2',
|
||||
]
|
||||
|
||||
class PyTest(TestCommand):
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -39,7 +39,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
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -120,12 +120,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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue