Skip to content

Commit 231039b

Browse files
committed
Fix 'gitlab_scheme'-related test failures #101
Reference: #101 Signed-off-by: John M. Horan <johnmhoran@gmail.com>
1 parent 0c3283b commit 231039b

3 files changed

Lines changed: 858 additions & 430 deletions

File tree

src/univers/version_range.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,5 +1244,5 @@ def build_range_from_github_advisory_constraint(scheme: str, string: str):
12441244
"nuget": "nuget",
12451245
"pypi": "pypi",
12461246
"packagist": "composer",
1247-
"conan1": "conan1",
1247+
"conan": "conan1",
12481248
}

0 commit comments

Comments
 (0)