Skip to content

Commit

Permalink
python 3.11: skip tests for asyncio.coroutine
Browse files Browse the repository at this point in the history
  • Loading branch information
penguinolog committed Jun 8, 2022
1 parent 5a38f80 commit 9fbc3fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_log_wrap_py3.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@


# noinspection PyUnusedLocal,PyMissingOrEmptyDocstring
@unittest.skipIf(not hasattr(asyncio, "coroutine"), "Python 3.11 do not have `asyncio.coroutine`")
class TestLogWrapAsync(unittest.TestCase):
@classmethod
def setUpClass(cls):
Expand Down

0 comments on commit 9fbc3fa

Please sign in to comment.