build: Move non-primarily deps to optional extras
This commit is contained in:
@@ -10,10 +10,8 @@ envlist = pre-commit,py{310,311,312,313}
|
||||
usedevelop = True
|
||||
changedir = tests
|
||||
deps =
|
||||
playwright==1.52.0
|
||||
rebrowser-playwright==1.52.0
|
||||
camoufox
|
||||
-r{toxinidir}/tests/requirements.txt
|
||||
extras = ai,shell
|
||||
commands =
|
||||
# Run browser tests without parallelization (avoid browser conflicts)
|
||||
pytest --cov=scrapling --cov-report=xml -k "DynamicFetcher or StealthyFetcher" --verbose
|
||||
|
||||
Reference in New Issue
Block a user