summaryrefslogtreecommitdiffhomepage
path: root/setup.cfg
diff options
context:
space:
mode:
authorChris Rose <offline@offby1.net>2018-05-14 12:20:52 -0400
committerJeff Forcier <jeff@bitprophet.org>2018-05-16 16:48:58 -0400
commit8fa7c00929fd11cc433dce616f38426ae3ea2f9a (patch)
treed03e113714dd427b4bbb2f1fee98e87cf31574e5 /setup.cfg
parentdc44094485a33101c1715147a968e97b13a95292 (diff)
Test and dev dependencies cleanup and sync with Fabric
* Update invocations min version * Update pytest to be consistent with fabric * Add pytest-xdist to enable `guard` task * Other dependencies as found to be inconsistent with Fabric2
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 00e34ca3..245b77f2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,3 +16,5 @@ max-line-length = 79
# We use pytest-relaxed just for its utils at the moment, so disable it at the
# plugin level until we adapt test organization to really use it.
addopts = -p no:relaxed
+# Loop on failure
+looponfailroots = tests paramiko