-
|
Hello, I am currently writing a package that has dependency on aiohttp. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Could you explain your use case? Caution Normally, TestPyPI shouldn't be relied on — this is dangerous from the supply chain perspective. I sometimes use it to test release automation in projects I maintain but it is important to understand that you should never trust projects that are uploaded on that index. You'll find that many transitive dependencies are either not there or might've been uploaded by arbitrary individuals and contain not what you expect. I may decide to integrate it into our release pipeline but you still shouldn't rely on it except for one-time experimentation in well-isolated environments (not just a virtualenv but probably some hermetic container or even a VM). |
Beta Was this translation helpful? Give feedback.
-
|
@webknjaz thanks a lot for your time to explain the very thorough detail. I'm using |
Beta Was this translation helpful? Give feedback.
You don't need any runtime deps just for publishing to work.