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

[FR] Improve determinism in API for flavour #96

Closed
abravalheri opened this issue Apr 19, 2024 · 0 comments · Fixed by #95
Closed

[FR] Improve determinism in API for flavour #96

abravalheri opened this issue Apr 19, 2024 · 0 comments · Fixed by #95

Comments

@abravalheri
Copy link
Owner

Right now the API usage is directly influenced by which dependencies are installed. That might be not so good for environments that need determinism (e.g. tests).

Even if the user specify as a dependency ini2toml[lite], if ConfigUpdater is installed in the same environment, the behaviour will be affected.

This is the root of the problem in pypa/setuptools#4315.

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 a pull request may close this issue.

1 participant