Skip to content

Commit

Permalink
chore: clearer pytest output from tox
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardcooke53 committed Oct 10, 2023
1 parent 7f448f2 commit d890e46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ test = [
"pytest-lazy-fixture~=0.6.3",
"pytest-cov>=4,<5",
"pytest-pretty>=1.2.0,<2",
"pytest-clarity>=1.0.1",
"responses==0.23.3",
"requests-mock>=1.10.0,<2",
"types-pytest-lazy-fixture>=0.6.3.3",
Expand Down Expand Up @@ -107,7 +108,7 @@ setenv =
PYTHONHASHSEED = 123456
deps = .[test]
commands =
coverage run -p --source=semantic_release -m pytest -v {posargs:tests}
coverage run -p --source=semantic_release -m pytest {posargs:tests}
[testenv:mypy]
deps = .[mypy]
Expand Down

0 comments on commit d890e46

Please sign in to comment.