setup.cfg: don't run pytest in --verbose by default

one can always do `pytest -v`, or through `tox -- -v`
This commit is contained in:
Cosimo Lupo 2018-07-14 12:23:26 +01:00
parent d1fa34e72c
commit 8d52b1a07d
No known key found for this signature in database
GPG Key ID: 59D54DB0C9976482

View File

@ -41,7 +41,6 @@ minversion = 3.0.2
testpaths = testpaths =
ufoLib ufoLib
addopts = addopts =
-v
-r a -r a
--doctest-modules --doctest-modules
--doctest-ignore-import-errors --doctest-ignore-import-errors