Skip to content

Commit b38c38b

Browse files
committed
Forcing Tox to always use pytest config file
1 parent f81e3b3 commit b38c38b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ commands =
1515
playwright install chromium
1616
playwright install-deps chromium firefox
1717
camoufox fetch --browserforge
18-
py38: pytest --cov=scrapling --cov-report=xml
19-
py{39,310,311,312,313}: pytest --cov=scrapling --cov-report=xml -n auto
18+
py38: pytest --config-file=../pytest.ini --cov=scrapling --cov-report=xml
19+
py{39,310,311,312,313}: pytest --config-file=../pytest.ini --cov=scrapling --cov-report=xml -n auto
2020

2121
[testenv:pre-commit]
2222
basepython = python3

0 commit comments

Comments
 (0)