diff --git a/tests/func/test_import.py b/tests/func/test_import.py index f444cc82fe..185583d9ed 100644 --- a/tests/func/test_import.py +++ b/tests/func/test_import.py @@ -245,6 +245,7 @@ def test_pull_import_no_download(tmp_dir, scm, dvc, erepo_dir): assert (tmp_dir / "foo_imported" / "bar").read_bytes() == b"bar" assert (tmp_dir / "foo_imported" / "baz").read_bytes() == b"baz contents" + # stage = load_file(dvc, "foo_imported.dvc").stage # if os.name == "nt": # expected_hash = "2e798234df5f782340ac3ce046f8dfae.dir"