Skip to content

Commit

Permalink
Moves pytest_asyncio back to match opencage #5
Browse files Browse the repository at this point in the history
  • Loading branch information
hcarter333 authored Jan 5, 2024
1 parent 36a2b25 commit 646c1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 646c1f0

Please sign in to comment.