Skip to content

Commit bd92c95

Browse files
committed
Do not use pytest-asyncio 1.x for now
1 parent e0b3445 commit bd92c95

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ updates:
2525
# https://github.com/MobileTeleSystems/onetl/pull/297
2626
- dependency-name: pyspark
2727
versions: ['4']
28+
- dependency-name: pytest-asyncio
29+
versions: ['1']
2830
# https://til.simonwillison.net/github/dependabot-python-setup
2931
groups:
3032
python-packages:

poetry.lock

Lines changed: 4 additions & 4 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
@@ -126,7 +126,7 @@ scheduler = [
126126
[tool.poetry.group.test.dependencies]
127127
pytest = "^8.3.5"
128128
httpx = "^0.28.1"
129-
pytest-asyncio = ">=0.26.0,<2.0"
129+
pytest-asyncio = ">=0.26.0,<1.0"
130130
pytest-randomly = "^3.15.0"
131131
pytest-rerunfailures = "^15.0"
132132
pytest-deadfixtures = "^2.2.1"

0 commit comments

Comments
 (0)