forked from pool/python-fs
preparation for the new python-wheel: dependency of python-keyrings.alt OBS-URL: https://build.opensuse.org/request/show/394662 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fs?expand=0&rev=1
14 lines
357 B
Diff
14 lines
357 B
Diff
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
|