Skip to content

Commit d2469f7

Browse files
author
Mr. Outis
committed
tests/repo: str -> fspath
1 parent 1bd66fa commit d2469f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/func/test_repo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def collect_outs(*args, **kwargs):
4747

4848
def test_stages(tmp_dir, dvc):
4949
def stages():
50-
return set(stage.relpath for stage in Repo(str(tmp_dir)).stages)
50+
return set(stage.relpath for stage in Repo(fspath(tmp_dir)).stages)
5151

5252
tmp_dir.dvc_gen({"file": "a", "dir/file": "b", "dir/subdir/file": "c"})
5353

0 commit comments

Comments
 (0)