Skip to content

Commit

Permalink
Forcing Tox to always use pytest config file
Browse files Browse the repository at this point in the history
  • Loading branch information
D4Vinci committed Nov 30, 2024
1 parent f81e3b3 commit b38c38b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ commands =
playwright install chromium
playwright install-deps chromium firefox
camoufox fetch --browserforge
py38: pytest --cov=scrapling --cov-report=xml
py{39,310,311,312,313}: pytest --cov=scrapling --cov-report=xml -n auto
py38: pytest --config-file=../pytest.ini --cov=scrapling --cov-report=xml
py{39,310,311,312,313}: pytest --config-file=../pytest.ini --cov=scrapling --cov-report=xml -n auto

[testenv:pre-commit]
basepython = python3
Expand Down

0 comments on commit b38c38b

Please sign in to comment.