diff options
author | Chris Rose <offline@offby1.net> | 2018-05-14 12:20:52 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2018-05-16 16:48:58 -0400 |
commit | 8fa7c00929fd11cc433dce616f38426ae3ea2f9a (patch) | |
tree | d03e113714dd427b4bbb2f1fee98e87cf31574e5 /setup.cfg | |
parent | dc44094485a33101c1715147a968e97b13a95292 (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.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |