From 499f5c5a3e40a127a9ba4f21ce73a30a1a9171a8 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Thu, 9 Nov 2017 16:44:21 -0800 Subject: Write new test subsuite proving lack of connect(passphrase=) --- setup.cfg | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 8cc271fe..00e34ca3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 -- cgit v1.2.3