Skip to content

Commit

Permalink
pytest: removed --capture option
Browse files Browse the repository at this point in the history
See pytest-dev/pytest#3203.  Option was introduced (in 2f426cd)
to show warnings, which now displayed without one.
  • Loading branch information
skirpichev committed Feb 11, 2018
1 parent f02eae5 commit 3cf9d18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs = 1
minversion = 2.7.0
doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL
addopts = --durations=30
--capture=no
-r X
--doctest-modules
--doctest-glob='*.rst'
Expand Down

0 comments on commit 3cf9d18

Please sign in to comment.