Skip to content

Commit f96b4f5

Browse files
committed
Pin cryptography in the twisted tox tests
The latest version breaks the twisted tests.
1 parent 9d6fd8e commit f96b4f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ commands= py.test {posargs} {toxinidir}/test/
1515
# This is a validation test that confirms that Twisted's test cases haven't
1616
# broken.
1717
deps =
18+
cryptography==2.4.2
1819
twisted[tls, http2, conch]
1920
sphinx
2021
commands = python -m twisted.trial --reporter=text twisted

0 commit comments

Comments
 (0)