From 646c1f0ec0b2eadd3fa66223bc42a79621bf5219 Mon Sep 17 00:00:00 2001 From: antigravkids Date: Thu, 4 Jan 2024 16:12:50 -0800 Subject: [PATCH] Moves pytest_asyncio back to match opencage #5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4ddb570..caf0402 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ CI = "https://github.com/datasette/datasette-enrichments-gmap-geocode/actions" enrichments_gmap_geocode = "datasette_enrichments_gmap_geocode" [project.optional-dependencies] -test = ["pytest<=7.4.3", "pytest-asyncio<=0.23.2", "pytest-httpx"] +test = ["pytest<=7.4.3", "pytest-asyncio<=0.21.1", "pytest-httpx"] [tool.pytest.ini_options] asyncio_mode = "strict"