Skip to content

Commit c7e7f10

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e8bcb17 commit c7e7f10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/test_unittest.py

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

1324+
13241325
@pytest.mark.skipif(
13251326
sys.version_info >= (3, 11), reason="asynctest is not compatible with Python 3.11+"
13261327
)

0 commit comments

Comments
 (0)