Skip to content

Commit fb51327

Browse files
authored
chore(asyncio): add pytest-asyncio dependency (#258)
1 parent fb7fb33 commit fb51327

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

meta.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ test:
3636
- pip check
3737
requires:
3838
- pip
39-
{% if package == 'pytest-playwright-asyncio' %}
40-
- pytest-asyncio >=0.24.0
41-
{% endif %}
4239

4340
about:
4441
home: https://github.com/microsoft/playwright-pytest

pytest-playwright-asyncio/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ dependencies = [
2828
"pytest>=6.2.4,<9.0.0",
2929
"pytest-base-url>=1.0.0,<3.0.0",
3030
"python-slugify>=6.0.0,<9.0.0",
31+
"pytest-asyncio>=0.24.0",
3132
]
3233

3334
[project.urls]

0 commit comments

Comments
 (0)