We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae20ce6 commit 4ed223eCopy full SHA for 4ed223e
1 file changed
.github/downstream.d/twisted.sh
@@ -9,9 +9,7 @@ case "${1}" in
9
;;
10
run)
11
cd twisted
12
- # TODO: temporarily restrict which tests we run on request from @glyph
13
- # python -m twisted.trial src/twisted
14
- python -m twisted.trial twisted.conch twisted.internet.test.test_tls twisted.protocols.test.test_tls
+ python -m twisted.trial src/twisted
15
16
*)
17
exit 1
0 commit comments