Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: update for dvc 3.x #49

Merged
merged 2 commits into from
Jun 12, 2023
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
5 changes: 1 addition & 4 deletions dvc_http/tests/test_dvc.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
from dvc.testing.remote_tests import ( # noqa, pylint: disable=unused-import
TestRemote,
)
from dvc.testing.workspace_tests import ( # noqa, pylint: disable=unused-import
TestAdd as _TestAdd,
)
from dvc.testing.workspace_tests import ( # noqa, pylint: disable=unused-import
TestGetUrl,
)
Expand All @@ -30,7 +27,7 @@ def workspace(make_workspace):
class TestImport(_TestImport):
@pytest.fixture
def stage_md5(self):
return "2aa17f8daa26996b3f7a4cf8888ac9ac"
return "ffe462bbb08432b7a1c3985fcf82ad3a"

@pytest.fixture
def is_object_storage(self):
Expand Down