Skip to content

Commit de31ddd

Browse files
committed
fix(tests): remove repository_url from proxy PURL qualifiers
Remove repository_url from the direct source qualifiers that are used to establish whether a proxy_url should be expected in the PURL for a given Component. From Hermeto's perspective, repository_url is taken directly from the pip requirements file. A proxy_url could be configured to point to an alternative registry, which is unknowable for Hermeto. Signed-off-by: Taylor Madore <tmadore@redhat.com>
1 parent 559af40 commit de31ddd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/proxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
f"{APP_NAME}_YARN__PROXY_PASSWORD": _DEFAULT_PROXY_PASSWORD,
4545
}
4646

47-
_DIRECT_SOURCE_QUALIFIERS = frozenset({"vcs_url", "download_url", "repository_url"})
47+
_DIRECT_SOURCE_QUALIFIERS = frozenset({"vcs_url", "download_url"})
4848

4949

5050
def is_local_nexus_enabled() -> bool:

0 commit comments

Comments
 (0)