Skip to content

Commit

Permalink
chore(asyncio): add pytest-asyncio dependency (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Nov 14, 2024
1 parent fb7fb33 commit fb51327
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ test:
- pip check
requires:
- pip
{% if package == 'pytest-playwright-asyncio' %}
- pytest-asyncio >=0.24.0
{% endif %}

about:
home: https://github.com/microsoft/playwright-pytest
Expand Down
1 change: 1 addition & 0 deletions pytest-playwright-asyncio/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies = [
"pytest>=6.2.4,<9.0.0",
"pytest-base-url>=1.0.0,<3.0.0",
"python-slugify>=6.0.0,<9.0.0",
"pytest-asyncio>=0.24.0",
]

[project.urls]
Expand Down

0 comments on commit fb51327

Please sign in to comment.