Skip to content

Commit

Permalink
feat: pytest-playwright>=0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m9810223 committed May 24, 2024
1 parent 53e8f86 commit b8be149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires-python = ">=3.8"
dependencies = [
# https://pypi.org/project/pytest-playwright/
# https://github.com/microsoft/playwright-pytest/blob/v0.5.0/pytest_playwright/pytest_playwright.py
"pytest-playwright==0.5.0",
"pytest-playwright>=0.5.0",
# https://github.com/microsoft/playwright-python/blob/main/local-requirements.txt
"pytest-asyncio",
]
Expand Down

0 comments on commit b8be149

Please sign in to comment.