Skip to content

Commit e8bcb17

Browse files
authored
Updated skip Asyncio support for python version 3.11 and above
1 parent 0242690 commit e8bcb17

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

testing/test_unittest.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,10 +1321,6 @@ def test_async_support(pytester: Pytester) -> None:
13211321
reprec = pytester.inline_run()
13221322
reprec.assertoutcome(failed=1, passed=2)
13231323

1324-
1325-
import pytest
1326-
1327-
13281324
@pytest.mark.skipif(
13291325
sys.version_info >= (3, 11), reason="asynctest is not compatible with Python 3.11+"
13301326
)

0 commit comments

Comments
 (0)