Skip to content

Commit

Permalink
remove verbosity options
Browse files Browse the repository at this point in the history
  • Loading branch information
kamo-naoyuki committed May 12, 2022
1 parent 005aad1 commit 5c474b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
test=pytest

[tool:pytest]
addopts = --cov-config=.coveragerc --verbose --durations=0 --cov=espnet --cov=espnet2
addopts = --cov-config=.coveragerc --cov=espnet --cov=espnet2
testpaths = test
execution_timeout = 2.0

Expand Down

0 comments on commit 5c474b9

Please sign in to comment.