Forcing Tox to always use pytest config file
This commit is contained in:
@@ -15,8 +15,8 @@ commands =
|
|||||||
playwright install chromium
|
playwright install chromium
|
||||||
playwright install-deps chromium firefox
|
playwright install-deps chromium firefox
|
||||||
camoufox fetch --browserforge
|
camoufox fetch --browserforge
|
||||||
py38: pytest --cov=scrapling --cov-report=xml
|
py38: pytest --config-file=../pytest.ini --cov=scrapling --cov-report=xml
|
||||||
py{39,310,311,312,313}: pytest --cov=scrapling --cov-report=xml -n auto
|
py{39,310,311,312,313}: pytest --config-file=../pytest.ini --cov=scrapling --cov-report=xml -n auto
|
||||||
|
|
||||||
[testenv:pre-commit]
|
[testenv:pre-commit]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
|
|||||||
Reference in New Issue
Block a user