Skip to content

Commit

Permalink
ci: Decrease pytest verbosity (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrako authored Sep 12, 2023
1 parent 045f6a2 commit 2e59d0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ check_untyped_defs = false
disallow_untyped_defs = false

[tool.pytest.ini_options]
addopts = "-ra -l -v --doctest-modules"
addopts = "-ra -l --tb=long --doctest-modules"
doctest_optionflags = "NORMALIZE_WHITESPACE"
filterwarnings = ['ignore::DeprecationWarning:pkg_resources.*:']
testpaths = ['tests', 'src']
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ setenv =
COVERAGE_FILE = .coverage.{envname}
commands =
pytest \
-v \
--tb=long \
--cov --cov-append \
--cov-report term-missing \
--cov-report html:htmlcov \
Expand Down

0 comments on commit 2e59d0c

Please sign in to comment.