Skip to content

Commit 5a84f69

Browse files
committed
Use playwright version from github until next release
1 parent a304dba commit 5a84f69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

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

0 commit comments

Comments
 (0)