未验证 提交 68948bc0 编写于 作者: F Frost Ming

add missing dependency

上级 03420ba1
......@@ -211,7 +211,7 @@ def test_vcs_candidate_in_subdirectory(project, is_editable):
)
req = parse_requirement(line, is_editable)
candidate = Candidate(req, project.environment)
assert candidate.get_dependencies_from_metadata() == ["django"]
assert candidate.get_dependencies_from_metadata() == ["django", "editables"]
assert candidate.version == "0.1.0"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册