Skip to content

FIX: Remove redundant pip flags from examples - #2913

Open
matthewfeickert wants to merge 2 commits into
conda-forge:mainfrom
matthewfeickert:feat/remove-flags
Open

FIX: Remove redundant pip flags from examples#2913
matthewfeickert wants to merge 2 commits into
conda-forge:mainfrom
matthewfeickert:feat/remove-flags

Conversation

@matthewfeickert

@matthewfeickert matthewfeickert commented Aug 7, 2026

Copy link
Copy Markdown
Member

Resolves #2869

PR Checklist:

  • note any issues closed by this PR with closing keywords
  • [N/A] if you are adding a new page under docs/ or community/, you have added it to the sidebar in the corresponding _sidebar.json file
  • put any other relevant information below

Resvoles #2869 which started from #2864 (comment). This combined with conda-forge/staged-recipes#34445 means that v0 recipes shouldn't be a concern anymore and so this should be able to cover everything.

Relevant pages for inspection for reviewers:

@matthewfeickert
matthewfeickert requested a review from a team as a code owner August 7, 2026 06:16
@netlify

netlify Bot commented Aug 7, 2026

Copy link
Copy Markdown

Deploy Preview for conda-forge-previews ready!

Name Link
🔨 Latest commit 0be3ba1
🔍 Latest deploy log https://app.netlify.com/projects/conda-forge-previews/deploys/6a7aaf7f45e708000829fc1b
😎 Deploy Preview https://deploy-preview-2913--conda-forge-previews.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 43
Accessibility: 96
Best Practices: 100
SEO: 89
PWA: -
View the detailed breakdown and full score reports
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@matthewfeickert matthewfeickert left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link checker is failing on

  ### Errors in build/docs/maintainer/infrastructure/index.html
  
  * [503] [https://anaconda.org/conda-forge/dashboard](https://anaconda.org/conda-forge/dashboard) | Failed: Network error: Service Unavailable

which is not related to the contents of this PR.

@matthewfeickert

Copy link
Copy Markdown
Member Author

cc @xhochy and @ocefpaf for review given discussion with them was motivation for Issue #2869.

* Remove the pip flags '--no-deps' and '--no-build-isolation' from example
  'pip install' commands as these are automatically applied by rattler-build
  and conda-build now. Note this explicitly and keep the explanations of what
  the flags do.
* The v0 recipe example recipes/example/meta.yaml was renamed to
  recipes/example-v0-deprecated/meta.yaml in
  https://github.com/conda-forge/staged-recipes/ PR 34414.
  Remove the link as it now not recommended.
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.

Remove --no-deps --no-build-isolation flags from pure-Python package example recipe?

1 participant