Commit c526d17
committed
Take out obsolete test that breaks the signal handlers
This test (test_explicit_loop_threaded) is added 7 years ago in #63
#63 in the good old days of
custom loops in libjuju. Nowadays everything's handled by the asyncio,
so I don't think anyone's using this library with a ThreadPoolExecutor
anymore.
The signal handlers are breaking because of a known issue from Python
3.8 python/cpython#78860.1 parent a086809 commit c526d17
1 file changed
Lines changed: 0 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
663 | 662 | | |
664 | 663 | | |
665 | 664 | | |
666 | | - | |
667 | | - | |
668 | | - | |
669 | | - | |
670 | | - | |
671 | | - | |
672 | | - | |
673 | | - | |
674 | | - | |
675 | | - | |
676 | | - | |
677 | | - | |
678 | | - | |
679 | | - | |
680 | | - | |
681 | | - | |
682 | | - | |
683 | | - | |
684 | | - | |
685 | | - | |
686 | | - | |
687 | | - | |
688 | | - | |
689 | | - | |
690 | | - | |
691 | | - | |
692 | 665 | | |
693 | 666 | | |
694 | 667 | | |
| |||
0 commit comments