Turn off threaded testing for Python 3.8 on tox
part 2 :)
This commit is contained in:
@@ -11,13 +11,12 @@ usedevelop = True
|
|||||||
changedir = tests
|
changedir = tests
|
||||||
deps =
|
deps =
|
||||||
-r{toxinidir}/tests/requirements.txt
|
-r{toxinidir}/tests/requirements.txt
|
||||||
setenv =
|
|
||||||
py38: PYTEST_ADDOPTS = -p no:xdist
|
|
||||||
commands =
|
commands =
|
||||||
playwright install chromium
|
playwright install chromium
|
||||||
playwright install-deps chromium firefox
|
playwright install-deps chromium firefox
|
||||||
camoufox fetch --browserforge
|
camoufox fetch --browserforge
|
||||||
pytest --cov=scrapling --cov-report=xml -n auto
|
py38: pytest --cov=scrapling --cov-report=xml
|
||||||
|
py{39,310,311,312,313}: pytest --cov=scrapling --cov-report=xml -n auto
|
||||||
|
|
||||||
[testenv:pre-commit]
|
[testenv:pre-commit]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
|
|||||||
Reference in New Issue
Block a user