late-advantage-75311
08/18/2023, 10:50 AMruntime_package_dependencies . I am trying to test instead against a pip/setuptools package (with a native extension) built somewhere else in the repo. To simulate a user pip installing the package into their application and running the tests against that.
How can I have pants supply the dependency from the built package rather than from the source that builds the package? Adding the python_distribution target to the runtime_package_dependencies of the test just copies the dist/wheel into the sandbox but does not import them from what I can tell by poking around.
If you can help me with this I promise I'll make an addition to that section of the docs 🙂.late-advantage-75311
08/18/2023, 10:55 AMlate-advantage-75311
08/18/2023, 11:08 AMbitter-ability-32190
08/18/2023, 11:30 AMlate-advantage-75311
08/18/2023, 1:53 PMbitter-ability-32190
08/18/2023, 1:54 PMgentle-florist-96289
08/18/2023, 3:34 PMlate-advantage-75311
08/20/2023, 3:17 AM