Skip to content

Commit 1bba14b

Browse files
authored
fixed tests for twisted change (#950)
* fixed tests for twisted change
1 parent cdd6696 commit 1bba14b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tox.ini

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ commands =
2424

2525
[testenv:py37-twistedMaster]
2626
deps =
27-
# [tls,conch] syntax doesn't work here so we enumerate all dependencies.
28-
git+https://github.com/twisted/twisted
29-
idna
30-
service_identity
31-
bcrypt
27+
Twisted[all_non_platform] @ git+https://github.com/twisted/twisted
3228
setenv =
3329
passenv = ARCHFLAGS CFLAGS LC_ALL LDFLAGS PATH LD_LIBRARY_PATH TERM
3430
commands =

0 commit comments

Comments
 (0)