From d19555488563652d57d0c13e6f0d40515368edf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Saugat=20Pachhai=20=28=E0=A4=B8=E0=A5=8C=E0=A4=97=E0=A4=BE?= =?UTF-8?q?=E0=A4=A4=29?= Date: Wed, 23 Aug 2023 17:00:15 +0545 Subject: [PATCH] remove TestAdd --- dvc_hdfs/tests/test_dvc.py | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/dvc_hdfs/tests/test_dvc.py b/dvc_hdfs/tests/test_dvc.py index 6ab5706..3ade19a 100644 --- a/dvc_hdfs/tests/test_dvc.py +++ b/dvc_hdfs/tests/test_dvc.py @@ -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, ) @@ -37,17 +36,3 @@ def dir_md5(self): @pytest.fixture def is_object_storage(self): return False - - -class TestAdd(_TestAdd): - @pytest.fixture - def hash_name(self): - return "checksum" - - @pytest.fixture - def hash_value(self): - return "000002000000000000000000a86fe4d846edc1bf4c355cb6112f141e" - - @pytest.fixture - def dir_hash_value(self): - pytest.skip("external outputs are broken for hdfs dirs")