rez-pip and rez-test? #1482
-
I am writing a python library that I wish to run tests on. However, in order to install the library I first create a distributable by running Is this an incorrect way to develop python libraries for use in Rez? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
In my honest opinion, mixing the python packaging ecosystem with its workflows to the rez ecosystem and its workflows is not great and should be avoided. But others will have different opinions. You can't have one’s cake and eat it, too, at least not easily. |
Beta Was this translation helpful? Give feedback.
No solution is perfect, but in the end I went for using rez-pip to install everything in my projects requirements.txt, then built and installed my own library during the build process using setuptools as normal.