Skip to content

Commit 0aa1708

Browse files
committed
Fix test versioning
1 parent de3cbed commit 0aa1708

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/asynchronous/test_async_contextvars_reset.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class TestAsyncContextVarsReset(AsyncIntegrationTest):
2929
async def test_context_vars_are_reset_in_executor(self):
3030
if sys.version_info < (3, 11):
3131
self.skipTest("Test requires asyncio.Task.get_context (added in Python 3.11)")
32+
3233
client = self.simple_client()
3334

3435
await client.db.test.insert_one({"x": 1})

0 commit comments

Comments
 (0)