Skip to content
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

Move pip's frozen requirement API into a single module #402

Merged
merged 1 commit into from
Sep 7, 2024

Conversation

kemzeb
Copy link
Collaborator

@kemzeb kemzeb commented Sep 1, 2024

This snapshot moves the remaining pip API usage into the freeze module since we only use it to render dependency trees in the requirements.txt file format.

It also makes changes to related tests to make them true unit tests and creates an integration test for dist_to_frozen_repr().

This snapshot moves the remaning pip API usage into the `freeze`
module since we only use it to render dependency trees in the
requirements.txt file format.
@gaborbernat gaborbernat merged commit bdeea39 into tox-dev:main Sep 7, 2024
11 checks passed
@kemzeb kemzeb deleted the refactor-freeze branch September 7, 2024 05:26
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

Successfully merging this pull request may close these issues.

2 participants