We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7fb33 commit fb51327Copy full SHA for fb51327
meta.yaml
@@ -36,9 +36,6 @@ test:
36
- pip check
37
requires:
38
- pip
39
- {% if package == 'pytest-playwright-asyncio' %}
40
- - pytest-asyncio >=0.24.0
41
- {% endif %}
42
43
about:
44
home: https://github.com/microsoft/playwright-pytest
pytest-playwright-asyncio/pyproject.toml
@@ -28,6 +28,7 @@ dependencies = [
28
"pytest>=6.2.4,<9.0.0",
29
"pytest-base-url>=1.0.0,<3.0.0",
30
"python-slugify>=6.0.0,<9.0.0",
31
+ "pytest-asyncio>=0.24.0",
32
]
33
34
[project.urls]
0 commit comments