Skip to content

Commit 4b8bb6a

Browse files
authored
Use playwright v1.48.0 w/ Py3.13 support
1 parent 5a84f69 commit 4b8bb6a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ test = [
5858
"pytest>=6.2.4",
5959
"pytest-asyncio>=0.17.2",
6060
"pytest-playwright>=0.5.2",
61-
# "playwright>1.47.0",
62-
"playwright@git+https://github.com/microsoft/playwright-python@main",
61+
"playwright>=1.48.0",
6362
"pytest-xdist",
6463
"pytest-timeout",
6564
"pytest-rerunfailures",

0 commit comments

Comments
 (0)