-
Notifications
You must be signed in to change notification settings - Fork 63
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
add fetch repo data to py-rattler #334
add fetch repo data to py-rattler #334
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you couldve split this PR in multiple smaller ones.
I have a few comments with regards to the design (subclass RepoDataRecord from PackageRecord, missing sparse index) but nothing that we cant do later!
If you add some tests this looks good to me!
I agree this should have been split into smaller PRs, would have been easier to debug and faster to merge, let me fix the CI issues and add tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just add license information to the test-server and we are good to go!
done, let's go |
This adds
fetch_repo_data
to py-rattler.NOTE: This introduces an API change fetch_repo_data in rattler_repodata_gateway.
TODO: