Skip to content

Commit b1826d6

Browse files
authored
Merge pull request certbot#3496 from certbot/cffix
Fixes cffi errors in Travis during oldest tests
2 parents b414a32 + cd74a07 commit b1826d6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tox.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,16 @@ setenv =
2929
PYTHONHASHSEED = 0
3030
# https://testrun.org/tox/latest/example/basic.html#special-handling-of-pythonhas
3131

32+
# cffi<=1.7 is required for oldest tests due to
33+
# https://bitbucket.org/cffi/cffi/commits/18cdf37d6b2691301a15b0e54f49757ebd4ed0f2?at=default
3234
deps =
35+
py{26,27}-oldest: cffi<=1.7
3336
py{26,27}-oldest: cryptography==0.8
3437
py{26,27}-oldest: configargparse==0.10.0
38+
py{26,27}-oldest: dnspython>=1.12
3539
py{26,27}-oldest: psutil==2.1.0
3640
py{26,27}-oldest: PyOpenSSL==0.13
3741
py{26,27}-oldest: python2-pythondialog==3.2.2rc1
38-
py{26,27}-oldest: dnspython>=1.12
3942

4043
[testenv:py33]
4144
commands =

0 commit comments

Comments
 (0)