From 25f4b02e03a8406b208cc7f67e2bb06496b0103e Mon Sep 17 00:00:00 2001 From: Eugenio Lacuesta Date: Fri, 14 Feb 2025 12:45:46 -0300 Subject: [PATCH] Playwright install: add --with-deps --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 00f7cfa8..6e52b766 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ allowlist_externals = npm npx commands = - playwright install + playwright install --with-deps npm install playwright@1.44 npx playwright install chromium py.test -vv --reactor=asyncio \ @@ -29,7 +29,7 @@ basepython = python3 [testenv:py-twisted] basepython = python3 commands = - playwright install + playwright install --with-deps py.test -vv --reactor=asyncio \ --cov-report=term-missing \ --cov-report=xml:coverage-twisted.xml \