Skip to content

Commit 3715608

Browse files
authored
chore: Set pytest-asyncio as a dev dependency (#250)
We are only using `pytest-asyncio` in the tests and it can break compatibility with `pytest-mergify` if the user is not using the appropriate version of `pytest-asyncio`.
1 parent fecb862 commit 3715608

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

poetry.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ opentelemetry-exporter-otlp-proto-http = ">=1.29"
1313
opentelemetry-sdk = ">=1.29"
1414
requests = ">=2"
1515
pytest = ">=6.0.0"
16-
# https://github.com/pytest-dev/pytest-asyncio/issues/706#issuecomment-2082788963
17-
pytest-asyncio = "0.24.0"
18-
1916

2017
[tool.poetry.group.dev.dependencies]
2118
ruff = ">=0.12,<0.15.0"
@@ -25,6 +22,8 @@ codespell = "^2.3.0"
2522
yamllint = "^1.35.1"
2623
anys = "^0.3.1"
2724
responses = "^0.25.7"
25+
# https://github.com/pytest-dev/pytest-asyncio/issues/706#issuecomment-2082788963
26+
pytest-asyncio = "0.21.2"
2827

2928
[build-system]
3029
requires = ["poetry-core", "poetry-dynamic-versioning"]

0 commit comments

Comments
 (0)