Just a heads up that running tests on f27 is a bit of a problem
right now, due to a bug in paramiko that gets triggered when
importing pytest_multihost.transport.

Relevant upstream issues:

- https://github.com/paramiko/paramiko/issues/1069
- https://github.com/paramiko/paramiko/pull/861

A quick workaround:

--- /usr/lib/python2.7/site-packages/paramiko/ssh_gss.py.orig
+++ /usr/lib/python2.7/site-packages/paramiko/ssh_gss.py
@@ -52,7 +52,7 @@
 try:
     import gssapi
     GSS_EXCEPTIONS = (gssapi.GSSException,)
-except (ImportError, OSError):
+except (ImportError, OSError, AttributeError):
     try:
         import pywintypes
         import sspicon

Cheers,
Fraser
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org

Reply via email to