File tree 2 files changed +0
-7
lines changed
2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,10 @@ jobs:
60
60
- " 3.11"
61
61
- " 3.12"
62
62
- " 3.13"
63
- - " pypy-3.9"
64
63
- " pypy-3.10"
65
64
is_main :
66
65
- ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
67
66
exclude :
68
- - python : " pypy-3.9"
69
- is_main : false
70
67
- python : " pypy-3.10"
71
68
is_main : false
72
69
steps :
Original file line number Diff line number Diff line change @@ -564,10 +564,6 @@ def test_close_idempotency(self):
564
564
self .connection .close ()
565
565
self .assertNoFrameSent ()
566
566
567
- @unittest .skipIf (
568
- platform .python_implementation () == "PyPy" ,
569
- "this test fails randomly due to a bug in PyPy" , # see #1314 for details
570
- )
571
567
def test_close_idempotency_race_condition (self ):
572
568
"""close waits if the connection is already closing."""
573
569
You can’t perform that action at this time.
0 commit comments