build: remove unnecessary reinstallation of deps in tox
This commit is contained in:
@@ -15,11 +15,6 @@ deps =
|
|||||||
camoufox
|
camoufox
|
||||||
-r{toxinidir}/tests/requirements.txt
|
-r{toxinidir}/tests/requirements.txt
|
||||||
extras = ai,shell
|
extras = ai,shell
|
||||||
commands_pre =
|
|
||||||
# Install browsers in the tox virtual environment
|
|
||||||
python -m playwright install chromium
|
|
||||||
python -m playwright install-deps chromium firefox
|
|
||||||
python -m camoufox fetch --browserforge
|
|
||||||
commands =
|
commands =
|
||||||
# Run browser tests without parallelization (avoid browser conflicts)
|
# Run browser tests without parallelization (avoid browser conflicts)
|
||||||
pytest --cov=scrapling --cov-report=xml -k "DynamicFetcher or StealthyFetcher" --verbose
|
pytest --cov=scrapling --cov-report=xml -k "DynamicFetcher or StealthyFetcher" --verbose
|
||||||
|
|||||||
Reference in New Issue
Block a user