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

MNT: Default to '--no-deps --no-build-isolation' for Python build scripts #2137

Conversation

matthewfeickert
Copy link
Member

@matthewfeickert matthewfeickert commented Nov 16, 2024

Resolves #2136

  • Add --no-deps --no-build-isolation to pip installs for scripts to ensure that all build-system dependencies are included as host requirements.

Checklist

  • Added a news entry
  • [N/A] Regenerated schema JSON if schema altered (python conda_smithy/schema.py)

…ipts

* Add --no-deps --no-build-isolation to pip installs for scripts to ensure
  that all build-system dependencies are included as host requirements.
* Add news entry for update.
@matthewfeickert matthewfeickert force-pushed the feat/use-no-deps-no-build-isolation-python branch from 5851c3f to 67f7003 Compare November 16, 2024 06:08
@matthewfeickert matthewfeickert marked this pull request as ready for review November 16, 2024 06:08
@matthewfeickert matthewfeickert requested a review from a team as a code owner November 16, 2024 06:08
@matthewfeickert
Copy link
Member Author

@conda-forge/core this is ready for review. Apologies in advance if I've missed any reasons on why this isn't used already.

@matthewfeickert
Copy link
Member Author

Apologies in advance if I've missed any reasons on why this isn't used already.

Possibly @henryiii's point in https://github.com/conda-forge/packaging-feedstock/pull/32/files#r1844918884.

@matthewfeickert
Copy link
Member Author

Putting this into draft until there's an answer on conda/grayskull#582.

@matthewfeickert matthewfeickert marked this pull request as draft November 16, 2024 06:34
@matthewfeickert
Copy link
Member Author

Closing given conda/grayskull#582.

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.

Consider adopting --no-deps --no-build-isolation as default arguments for {{ PYTHON }} install script
1 participant