File fs-testing-fix-missing-fuse.diff of Package python-fs

Index: b/fs/tests/test_expose.py
===================================================================
--- a/fs/tests/test_expose.py
+++ b/fs/tests/test_expose.py
@@ -58,7 +58,7 @@ class TestSFTPFS(TestRPCFS):
 
 try:
     from fs.expose import fuse
-except ImportError:
+except (ImportError, EnvironmentError):
     pass
 else:
     from fs.osfs import OSFS
openSUSE Build Service is sponsored by