Skip to content

Multiple Remotes with different sources does not lead to error #168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wes-a2ai opened this issue Mar 12, 2025 · 1 comment
Open

Multiple Remotes with different sources does not lead to error #168

wes-a2ai opened this issue Mar 12, 2025 · 1 comment

Comments

@wes-a2ai
Copy link
Contributor

Feature

rv provides a way to override explicit version and ignore other installation guidance such as remotes present in description files

Use case

Override conflicting installation requirements embedded in different packages to make a full resolution graph that is solveable

Out of scope

Determination if the overriding version may cause runtime conflicts

Implementation detail

the override should still respect package version constraints when solving the graph - eg if a package says pkgA >= 1.0 and we attempt to override with pkgA 0.8 it would produce an unsolveable graph, so this would be in scope for overriding different remotes/config needs/etc instructions

@Keats
Copy link
Collaborator

Keats commented Apr 21, 2025

I believe #208 will fix that as well? I need to add a test for that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants