mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:44:21 +02:00
Correct OVH integration tests on machines without internet access (#6380)
* Correct OVH integration tests on machines without internet. * Update changelog
This commit is contained in:
committed by
ohemorange
parent
3ef43e4d88
commit
efd2ed1bdb
@@ -15,6 +15,7 @@ Certbot adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Match Nginx parser update in allowing variable names to start with `${`.
|
* Match Nginx parser update in allowing variable names to start with `${`.
|
||||||
|
* Correct OVH integration tests on machines without internet access.
|
||||||
|
|
||||||
## 0.27.1 - 2018-09-06
|
## 0.27.1 - 2018-09-06
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ version = '0.28.0.dev0'
|
|||||||
install_requires = [
|
install_requires = [
|
||||||
'acme>=0.21.1',
|
'acme>=0.21.1',
|
||||||
'certbot>=0.21.1',
|
'certbot>=0.21.1',
|
||||||
'dns-lexicon>=2.2.1', # Support for >1 TXT record per name
|
'dns-lexicon>=2.7.3', # Correct OVH integration tests
|
||||||
'mock',
|
'mock',
|
||||||
'setuptools',
|
'setuptools',
|
||||||
'zope.interface',
|
'zope.interface',
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ botocore==1.7.41
|
|||||||
cloudflare==1.5.1
|
cloudflare==1.5.1
|
||||||
coverage==4.4.2
|
coverage==4.4.2
|
||||||
decorator==4.1.2
|
decorator==4.1.2
|
||||||
dns-lexicon==2.2.1
|
dns-lexicon==2.7.3
|
||||||
dnspython==1.15.0
|
dnspython==1.15.0
|
||||||
docutils==0.14
|
docutils==0.14
|
||||||
execnet==1.5.0
|
execnet==1.5.0
|
||||||
|
|||||||
Reference in New Issue
Block a user