tox.ini: provide a cleaner output by default when targeting specific tests

This commit is contained in:
Adrián Chaves 2025-03-11 00:07:11 +01:00
parent 890f90421b
commit 23d7ea8e9d
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ passenv =
#allow tox virtualenv to upgrade pip/wheel/setuptools
download = true
commands =
pytest --cov-config=pyproject.toml --cov=scrapy --cov-report= --cov-report=term-missing --cov-report=xml {posargs:--durations=10 docs scrapy tests} --doctest-modules
pytest {posargs:--cov-config=pyproject.toml --cov=scrapy --cov-report= --cov-report=term-missing --cov-report=xml --durations=10 docs scrapy tests --doctest-modules}
install_command =
python -I -m pip install -ctests/upper-constraints.txt {opts} {packages}