Skip to content

Commit 51d3472

Browse files
committed
build: remove unnecessary reinstallation of deps in tox
1 parent aed34e4 commit 51d3472

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tox.ini

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ deps =
1515
camoufox
1616
-r{toxinidir}/tests/requirements.txt
1717
extras = ai,shell
18-
commands_pre =
19-
# Install browsers in the tox virtual environment
20-
python -m playwright install chromium
21-
python -m playwright install-deps chromium firefox
22-
python -m camoufox fetch --browserforge
2318
commands =
2419
# Run browser tests without parallelization (avoid browser conflicts)
2520
pytest --cov=scrapling --cov-report=xml -k "DynamicFetcher or StealthyFetcher" --verbose

0 commit comments

Comments
 (0)