-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update recipe for py312_patch #5
base: master
Are you sure you want to change the base?
Conversation
Linter check found the following problems:The following problems have been found:ERROR: clone/recipe/meta.yaml:18: pip_install_args: |
Linter check found the following problems:The following problems have been found:ERROR: clone/recipe/meta.yaml:18: pip_install_args: |
Linter check found the following problems:The following problems have been found:ERROR: clone/recipe/meta.yaml:29: host_section_needs_exact_pinnings: Packages in host must have exact version pinnings, except python build tools. |
Linter check found the following problems:The following problems have been found:ERROR: clone/recipe/meta.yaml:29: host_section_needs_exact_pinnings: Packages in host must have exact version pinnings, except python build tools. |
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.
script: | ||
- {{ PYTHON }} -m pip install . -vv --no-deps --global-option='build_ext' --global-option='--cython-always' --global-option='--use-system-libuv' | ||
- {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation --global-option='build_ext' --global-option='--cython-always' --global-option='--use-system-libuv' |
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.
--ignore-installed and --no-cache-dir?
@@ -24,7 +24,7 @@ requirements: | |||
- patch # [unix] | |||
host: | |||
- python | |||
- cython 0.29.32 | |||
- cython 0.29 | |||
- pip | |||
- libuv |
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.
should libuv be pinned?
@@ -24,7 +24,7 @@ requirements: | |||
- patch # [unix] | |||
host: | |||
- python | |||
- cython 0.29.32 | |||
- cython 0.29 | |||
- pip | |||
- libuv | |||
- setuptools |
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.
including the test suite could be nice since it's compiled
Preparation for py312 release.