mirror of
https://github.com/certbot/certbot.git
synced 2026-04-01 15:16:02 -04:00
Pin zope.interface in oldest tests (#4842)
* pin zope.interface in oldest tests * pin zope.component in oldest tests
This commit is contained in:
parent
22ee81bdfd
commit
efe5b4c82f
1 changed files with 2 additions and 0 deletions
2
tox.ini
2
tox.ini
|
|
@ -70,6 +70,8 @@ deps =
|
|||
configargparse==0.10.0
|
||||
PyOpenSSL==0.13
|
||||
requests<=2.11.1
|
||||
zope.component==4.0.2
|
||||
zope.interface==4.0.5
|
||||
setenv =
|
||||
CERTBOT_NO_PIN=1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue