Turn off threaded testing for Python 3.8 on tox

part 2 :)
This commit is contained in:
Karim shoair
2024-11-30 14:08:18 +02:00
parent 1a17b2ce46
commit f81e3b3cc3
+2 -3
View File
@@ -11,13 +11,12 @@ usedevelop = True
changedir = tests
deps =
-r{toxinidir}/tests/requirements.txt
setenv =
py38: PYTEST_ADDOPTS = -p no:xdist
commands =
playwright install chromium
playwright install-deps chromium firefox
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]
basepython = python3