summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hahler <github@thequod.de>2018-09-12 16:21:46 +0200
committerBernát Gábor <gaborjbernat@gmail.com>2018-09-12 15:21:46 +0100
commitcb0f7c8355d7a9f95c99c36f797c8bccc1b81f1d (patch)
tree4ab2258182cb8339177a86e535d67bc29ed0f050
parentcfefc204f63558967fc11f0ab9674cf5625d23da (diff)
downloadtox-git-cb0f7c8355d7a9f95c99c36f797c8bccc1b81f1d.tar.gz
pytest: use -ra by default (#966)
Let's see failing tests in the summary, ok? ("f") [ci skip] [build skip]
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 0af68841..67c2c5b9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -115,7 +115,7 @@ source = src/tox
.tox/pypy*/site-packages/tox
[pytest]
-addopts = -rsxX --showlocals
+addopts = -ra --showlocals
rsyncdirs = tests tox
looponfailroots = tox tests
norecursedirs = .hg .tox