-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Adding safehttpx #28301
Adding safehttpx #28301
Conversation
Hi! This is the staged-recipes linter and your PR looks excellent! 🚀 |
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
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.
Is supposed to be compatible with 3.9 too, but
https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=1087699&view=logs&j=4cabe686-70ae-553a-7fd0-310379f2cbac&t=6a4fc7c9-c31a-5115-eff9-6479d72b69ff&l=910
import: 'safehttpx'
Traceback (most recent call last):
File "/home/conda/staged-recipes/build_artifacts/safehttpx_1732226167030/test_tmp/run_test.py", line 2, in <module>
import safehttpx
File "/home/conda/staged-recipes/build_artifacts/safehttpx_1732226167030/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeh/lib/python3.9/site-packages/safehttpx/__init__.py", line 79, in <module>
class AsyncSecureTransport(httpx.AsyncHTTPTransport):
File "/home/conda/staged-recipes/build_artifacts/safehttpx_1732226167030/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeh/lib/python3.9/site-packages/safehttpx/__init__.py", line 88, in AsyncSecureTransport
_timeout: float | None = None,
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'
WARNING: Tests failed for safehttpx-0.1.1-pyhff2d567_0.conda - moving package to /home/conda/staged-recipes/build_artifacts/broken
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.
Already signaled the issue upstream gradio-app/safehttpx#5
@conda-forge/help-python, ready for review |
Checklist
url
) rather than a repo (e.g.git_url
) is used in your recipe (see here for more details).