Fix playwright install on CI (#6180)

This commit is contained in:
Richard Schreiber
2026-05-12 13:14:05 +02:00
committed by GitHub
parent 80ed6e76cd
commit b21b69b2b8
2 changed files with 2 additions and 1 deletions

View File

@@ -126,6 +126,7 @@ dev = [
"pytest-xdist==3.8.*",
"pytest-playwright",
"pytest==9.0.*",
"playwright",
"responses",
]