diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-11-09 16:44:21 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-11-09 16:44:21 -0800 |
commit | 499f5c5a3e40a127a9ba4f21ce73a30a1a9171a8 (patch) | |
tree | c77655cc6cb05642e444e0dc7a4ab26d979aca6b /setup.cfg | |
parent | 0dec77384be614811569f5895f9d28ee6f406d87 (diff) |
Write new test subsuite proving lack of connect(passphrase=)
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -11,3 +11,8 @@ omit = paramiko/_winapi.py exclude = sites,.git,build,dist,demos,tests ignore = E124,E125,E128,E261,E301,E302,E303,E402 max-line-length = 79 + +[tool:pytest] +# 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 |