Skip to content

Commit f21ec7d

Browse files
author
LittleCoinCoin
committed
fix(tests): update simple_dep_pkg to use local base_pkg
Changed dependency from registry-based 'base_pkg' to local path '../../basic/base_pkg' to properly test local dependency resolution in test_add_package_with_dependencies_non_tty. This aligns with the v1.2.0+ schema where dependencies can be specified as relative paths.
1 parent cbbdf40 commit f21ec7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_data/packages/dependencies/simple_dep_pkg/hatch_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"hatch": [
3131
{
32-
"name": "base_pkg",
32+
"name": "../../basic/base_pkg",
3333
"version_constraint": ">=1.0.0"
3434
}
3535
]

0 commit comments

Comments
 (0)