Skip to content

Commit

Permalink
Update test_ignore.py
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Dec 9, 2019
1 parent 302b016 commit 24fc8be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/func/test_ignore.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def test_dvcignore_in_out_dir(tmp_dir, dvc):
dvc.add("dir")


# @efiop why do we need to parametrize this?
@pytest.mark.parametrize("dname", ["dir", "dir/subdir"])
def test_ignore_collecting_dvcignores(tmp_dir, dvc, dname):
tmp_dir.gen({"dir": {"subdir": {}}})
Expand Down

0 comments on commit 24fc8be

Please sign in to comment.