Skip to content

Commit 53290ce

Browse files
committed
Fix twisted build
The extra dependency syntax now works, and in addition ensures all the required dependencies are installed (cause of breakage).
1 parent 26fbd15 commit 53290ce

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tox.ini

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +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-
# [tls,http2] syntax doesn't work here so we enumerate all dependencies.
19-
git+https://github.com/twisted/twisted
20-
pyopenssl
21-
service_identity
22-
idna
23-
priority
18+
twisted[tls, http2, conch]
2419
sphinx
2520
commands = python -m twisted.trial --reporter=text twisted
2621

0 commit comments

Comments
 (0)