Skip to content

Commit bf3b5b2

Browse files
committed
Pin pytest-asyncio
1 parent 631422d commit bf3b5b2

File tree

3 files changed

+7
-29
lines changed

3 files changed

+7
-29
lines changed

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ python:
2424
deepdiff: '>=6.0'
2525
freezegun: '>=1.5.1'
2626
pytest: '>=8.3.3'
27-
pytest-asyncio: '>=0.24.0'
27+
pytest-asyncio: =1.1.0
2828
pytest-httpx: '>=0.35.0'
2929
pytest-mock: '>=3.14.0'
3030
pytest-xdist: ^3.5.0

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ freezegun = ">=1.5.1"
3535
mypy = "==1.15.0"
3636
pylint = "==3.2.3"
3737
pytest = ">=8.3.3"
38-
pytest-asyncio = ">=0.24.0"
38+
pytest-asyncio = "=1.1.0"
3939
pytest-httpx = ">=0.35.0"
4040
pytest-mock = ">=3.14.0"
4141
pytest-xdist = "^3.5.0"

0 commit comments

Comments
 (0)