Skip to content

Commit efd2ed1

Browse files
adferrandohemorange
authored andcommitted
Correct OVH integration tests on machines without internet access (certbot#6380)
* Correct OVH integration tests on machines without internet. * Update changelog
1 parent 3ef43e4 commit efd2ed1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Certbot adheres to [Semantic Versioning](http://semver.org/).
1515
### Fixed
1616

1717
* Match Nginx parser update in allowing variable names to start with `${`.
18+
* Correct OVH integration tests on machines without internet access.
1819

1920
## 0.27.1 - 2018-09-06
2021

certbot-dns-ovh/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
install_requires = [
1212
'acme>=0.21.1',
1313
'certbot>=0.21.1',
14-
'dns-lexicon>=2.2.1', # Support for >1 TXT record per name
14+
'dns-lexicon>=2.7.3', # Correct OVH integration tests
1515
'mock',
1616
'setuptools',
1717
'zope.interface',

tools/dev_constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ botocore==1.7.41
1212
cloudflare==1.5.1
1313
coverage==4.4.2
1414
decorator==4.1.2
15-
dns-lexicon==2.2.1
15+
dns-lexicon==2.7.3
1616
dnspython==1.15.0
1717
docutils==0.14
1818
execnet==1.5.0

0 commit comments

Comments
 (0)