chore(asyncio): add pytest-asyncio dependency (#258)
This commit is contained in:
Родитель
fb7fb33060
Коммит
fb51327390
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
Загрузка…
Ссылка в новой задаче