summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-10-14 15:20:10 -0400
committerGitHub <noreply@github.com>2020-10-14 14:20:10 -0500
commit1bba14bfb905fb571609d8047dc26bfae7e35cb7 (patch)
tree115ac3c91e7102ad3702c9f1cde43bfa736933f9 /tox.ini
parentcdd6696025b997646497b85cc0db6b27db12f92b (diff)
downloadpyopenssl-1bba14bfb905fb571609d8047dc26bfae7e35cb7.tar.gz
fixed tests for twisted change (#950)
* fixed tests for twisted change
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 1 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 5fc6ebb..4217abb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -24,11 +24,7 @@ commands =
[testenv:py37-twistedMaster]
deps =
- # [tls,conch] syntax doesn't work here so we enumerate all dependencies.
- git+https://github.com/twisted/twisted
- idna
- service_identity
- bcrypt
+ Twisted[all_non_platform] @ git+https://github.com/twisted/twisted
setenv =
passenv = ARCHFLAGS CFLAGS LC_ALL LDFLAGS PATH LD_LIBRARY_PATH TERM
commands =