Skip to content

Commit 5c6a5c2

Browse files
Fix test failure
This is due to updating packaging Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 01de20f commit 5c6a5c2

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

tests/packagedcode/data/pypi/requirements_txt/invalid_spec/output.expected.json

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -36,30 +36,7 @@
3636
"is_private": false,
3737
"is_virtual": false,
3838
"extra_data": {},
39-
"dependencies": [
40-
{
41-
"purl": "pkg:pypi/test",
42-
"extracted_requirement": "test>>1.2.0",
43-
"scope": "install",
44-
"is_runtime": true,
45-
"is_optional": false,
46-
"is_pinned": false,
47-
"is_direct": true,
48-
"resolved_package": {},
49-
"extra_data": {
50-
"is_editable": false,
51-
"link": null,
52-
"hash_options": [],
53-
"is_constraint": false,
54-
"is_archive": null,
55-
"is_wheel": false,
56-
"is_url": null,
57-
"is_vcs_url": null,
58-
"is_name_at_url": false,
59-
"is_local_path": null
60-
}
61-
}
62-
],
39+
"dependencies": [],
6340
"repository_homepage_url": null,
6441
"repository_download_url": null,
6542
"api_data_url": null,

0 commit comments

Comments
 (0)