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

Assert no conflicting packages in build #219

Open
jondequinor opened this issue Aug 18, 2021 · 0 comments
Open

Assert no conflicting packages in build #219

jondequinor opened this issue Aug 18, 2021 · 0 comments

Comments

@jondequinor
Copy link
Contributor

jondequinor commented Aug 18, 2021

A package version conflict is when package a depends on z==1 and package b depends on z>=2.5. A build process that produces a conflicting build (i.e. installs an arbitrary z in this case), is a faulty one. In the build process, we disable all dependency tooling in pip when downloading/building/installing python code into the build. So the only thing that stands between authoring a release file, and a conflicting build, is people and social convention.

For python packages, pip check in the build process could indicate if the build is conflicting or not.

@jondequinor jondequinor changed the title Verify built/installed python packages with pip check Assert no conflicting packages in komodo distribution Aug 18, 2021
@jondequinor jondequinor changed the title Assert no conflicting packages in komodo distribution Assert no conflicting packages in komodo build Aug 18, 2021
@jondequinor jondequinor changed the title Assert no conflicting packages in komodo build Assert no conflicting packages in build Aug 18, 2021
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

No branches or pull requests

1 participant