Skip to content

Commit

Permalink
Turn off threaded testing for Python 3.8 on tox
Browse files Browse the repository at this point in the history
part 2 :)
  • Loading branch information
D4Vinci committed Nov 30, 2024
1 parent 1a17b2c commit f81e3b3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f81e3b3

Please sign in to comment.