refined-lamp-66835
02/05/2024, 5:56 PM--loop support for file change detection for run goal on a pex_binary target is not working. For example, if I am running a pex_binary target and I change one of the files that goes to binary, I am expecting the binary to be recompiled with new changes. But its not happening. Please help is it the right expectation? Please explain why or why not. In either case whats the best way to achieve this considering the end goal to develop the projects in a containerized local dev environment.curved-manchester-66006
02/05/2024, 6:41 PMsetup container orchestration with pantsbuildFor pytest specifically you can do
runtime_package_dependencies and pytest-docker to spin up containers that tests depend on.lemon-eye-70471
04/25/2024, 6:53 PM