You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run pixi install which will fail as expected due to the conflicting dependency in the default solve-group.
Change the solve-group of the bar environment to something other than "default" (I just chose "other").
Run pixi install again and it should successfully resolve everything as expected.
Change back the solve-group of the bar environment to "default"
Run pixi install again. It does not fail although it should due to the dependency conflicts in the "default" solve-group.
Issue description
I think the example above shows that there are some caching issues which cause pixi to be fine with dependency conflicts that are usually caught by the solver.
Expected behavior
The last pixi install should have shown the same error as the very first pixi install
The text was updated successfully, but these errors were encountered:
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
pyproject.toml
.pixi install
which will fail as expected due to the conflicting dependency in thedefault
solve-group.bar
environment to something other than"default"
(I just chose"other"
).pixi install
again and it should successfully resolve everything as expected.bar
environment to"default"
pixi install
again. It does not fail although it should due to the dependency conflicts in the"default"
solve-group.Issue description
I think the example above shows that there are some caching issues which cause pixi to be fine with dependency conflicts that are usually caught by the solver.
Expected behavior
The last
pixi install
should have shown the same error as the very firstpixi install
The text was updated successfully, but these errors were encountered: