You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possibly in whl_library, but more likely in requirements.txt
Description
I had created a patched wheel that I wished to test with Bazel and rules_python before publishing it to our internal Artifactory package index. There was no easy way to accomplish this.
I eventually worked out that I could test my patched wheel by using pip2pi to create a local package index on my filesystem, then adding --index-url=/tmp/pypi/simple to the beginning of my requirements.txt.
This issue has been automatically marked as stale because it has not had any activity for 180 days. It will be closed if no further activity occurs in 30 days.
Collaborators can add an assignee to keep this open indefinitely. Thanks for your contributions to rules_python!
🚀 feature request
Relevant Rules
Possibly in
whl_library
, but more likely inrequirements.txt
Description
I had created a patched wheel that I wished to test with Bazel and rules_python before publishing it to our internal Artifactory package index. There was no easy way to accomplish this.
I eventually worked out that I could test my patched wheel by using pip2pi to create a local package index on my filesystem, then adding
--index-url=/tmp/pypi/simple
to the beginning of myrequirements.txt
.See this writeup for full details.
Describe the solution you'd like
If you have a solution in mind, please describe it.I think the easiest thing for users is if they can specify a file path in
requirements.txt
; e.g.,Pip allows this, after all.
Describe alternatives you've considered
Have you considered any alternative solutions or workarounds?The text was updated successfully, but these errors were encountered: