Skip to content

Commit

Permalink
Ignore tests that no longer run on Python 3.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaugustin committed Oct 26, 2022
1 parent 7a39892 commit c19506b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/legacy/test_client_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -1371,7 +1371,7 @@ def test_checking_lack_of_origin_succeeds_backwards_compatibility(self):
@unittest.skipIf(
sys.version_info[:2] >= (3, 11), "asyncio.coroutine has been removed in Python 3.11"
)
class YieldFromTests(ClientServerTestsMixin, AsyncioTestCase):
class YieldFromTests(ClientServerTestsMixin, AsyncioTestCase): # pragma: no cover
@with_server()
def test_client(self):
# @asyncio.coroutine is deprecated on Python ≥ 3.8
Expand Down

0 comments on commit c19506b

Please sign in to comment.