pixi-pack
writes outdated repodata.json
that doesn't include repodata patches
#8
Labels
bug
Something isn't working
error message and environment.yml
Currently,
pixi-pack
uses the package metadata andrattler_index::index(&channel_dir, None)
to generate therepodata.json
.entry in repodata.json generated by pixi-pack
This is not the same
repodata.json
(i mean the corresponding subset) of the upstreamrepodata.json
if there were repodata patches.repodata patched that lead to this error
We can generate an up-to-date patched
repodata.json
frompixi.lock
"repodata-like" entry in pixi.lock that we can use to generate the fixed repodata.json
We should include a test that rattler can solve the
environment.yml
as well.We can use
pixi-pack/examples/simple-python/pixi.lock
Lines 547 to 559 in c09fcc0
The text was updated successfully, but these errors were encountered: