Skip to content

Commit 4ed223e

Browse files
authored
attempt to run all twisted tests (pyca#7533)
* attempt to run all twisted tests * try with glyph's branch * Update twisted.sh
1 parent ae20ce6 commit 4ed223e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/downstream.d/twisted.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ case "${1}" in
99
;;
1010
run)
1111
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
12+
python -m twisted.trial src/twisted
1513
;;
1614
*)
1715
exit 1

0 commit comments

Comments
 (0)