Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 1 addition & 16 deletions dvc_ssh/tests/test_dvc.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from dvc.testing.remote_tests import ( # noqa, pylint: disable=unused-import
TestRemote,
)
from dvc.testing.workspace_tests import TestAdd as _TestAdd
from dvc.testing.workspace_tests import ( # noqa, pylint: disable=unused-import
TestGetUrl,
)
Expand Down Expand Up @@ -33,7 +32,7 @@ def workspace(make_workspace):
class TestImport(_TestImport):
@pytest.fixture
def stage_md5(self):
return "dc24e1271084ee317ac3c2656fb8812b"
return "7033ee831f78a4dfec2fc71405516067"

@pytest.fixture
def is_object_storage(self):
Expand All @@ -42,17 +41,3 @@ def is_object_storage(self):
@pytest.fixture
def dir_md5(self):
return "b6dcab6ccd17ca0a8bf4a215a37d14cc.dir"


class TestAdd(_TestAdd):
@pytest.fixture
def hash_name(self):
return "md5"

@pytest.fixture
def hash_value(self):
return "8c7dd922ad47494fc02c388e12c00eac"

@pytest.fixture
def dir_hash_value(self):
return "b6dcab6ccd17ca0a8bf4a215a37d14cc.dir"