Skip to content

Commit

Permalink
pytest: enable report (#4775)
Browse files Browse the repository at this point in the history
easier to read, show xpassed tests and rerun failures.
  • Loading branch information
benoit-pierre authored and pradyunsg committed Oct 7, 2017
1 parent 961737a commit efe67da
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 @@ -25,7 +25,7 @@ follow_imports = skip
ignore_errors = True

[tool:pytest]
addopts = --ignore src/pip/_vendor --ignore tests/tests_cache
addopts = --ignore src/pip/_vendor --ignore tests/tests_cache -r aR

[bdist_wheel]
universal=1

0 comments on commit efe67da

Please sign in to comment.