From a21ef1145dbb9abdde2afcd6933a6ebfeee6e0d0 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Mon, 14 Oct 2024 14:19:07 +0100 Subject: [PATCH] WIP: Try unpinning pytest-asyncio It's still broken. This is a reminder that we'll need to update KubeSpawner at some point to work with the latest pytest-asyncio. --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6198c5b7..a14b45da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,8 +43,7 @@ test = [ "kubernetes>=11", "pytest>=5.4", "pytest-cov", - # FIXME: unpin pytest-asyncio - "pytest-asyncio>=0.17,<0.23", + "pytest-asyncio", ] [project.urls]