We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dvc.fs
1 parent 03c5282 commit e1ce0c1Copy full SHA for e1ce0c1
dvc_ssh/tests/fixtures.py
@@ -54,7 +54,7 @@ def ssh_connection(ssh_server):
54
@pytest.fixture
55
def make_ssh(ssh_server, monkeypatch):
56
def _make_ssh():
57
- from dvc.fs import SSHFileSystem
+ from dvc_ssh import SSHFileSystem
58
59
# NOTE: see http://github.com/iterative/dvc/pull/3501
60
monkeypatch.setattr(SSHFileSystem, "CAN_TRAVERSE", False)
0 commit comments