Skip to content

Commit 622acd9

Browse files
committed
simplify BUILD dep with relative path
1 parent 6298487 commit 622acd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/packs/tests/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ python_tests(
44
"test_action_download.py": {
55
"dependencies": [
66
# imports tests.fixtures which is ambiguous. Tell pants which one to use.
7-
"contrib/packs/tests/fixtures",
7+
"./fixtures",
88
],
99
}
1010
},

0 commit comments

Comments
 (0)