-
-
Notifications
You must be signed in to change notification settings - Fork 296
docs(contributing): switch to rattler-build
on Contributing packages page
#2558
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for conda-forge-previews ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
be47d72
to
545b5ae
Compare
545b5ae
to
3cb627d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
<a id="testing-python-packages"></a> | ||
<!-- <a id="testing-python-packages"></a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DNM: the whole testing section has a lot of overlap with https://rattler.build/latest/reference/recipe_file/#tests-section and https://rattler.build/latest/testing/, advice appreciated on what should stay vs what we can just link out to.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 🚀
@@ -865,7 +832,7 @@ the package – thus, at this point it does not have access to the original sour | |||
tarball. This is to ensure that the test environment is as close as possible to | |||
what an end-user will see. | |||
|
|||
This makes it very hard to run tests that are not installed with the package. | |||
This makes it very hard to run tests that are not installed with the package. --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this change intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see #2558 (comment), my IDE makes these comments a lot more obvious than the GitHub UI 😅
not sure how to appease pre-commit in CI, will fix the broken anchors once we have finalised which sections are staying |
Looks like you need: PRETTIER_LEGACY_CLI=1 pre-commit run --all-files |
thanks @chrisburr :) |
PR Checklist:
docs/
orcommunity/
, you have added it to the sidebar in the corresponding_sidebar.json
fileWIP