miniature-beard-23490
07/30/2025, 5:48 AMpants test
where it simply hangs. I was able to narrow down the cause to the imports of first party code from conftest.py file, but I am not sure what could be the actual reason.
I was also able to get the command to work when I comment out all my code in conftest.py. In addition, the test works fine when I run the pytest command directly.
Any help in this matter would be appreciated 🙏acceptable-balloon-2043
07/30/2025, 6:03 AMpants test
command runs. Looking at _run.sh
inside, you can see the pytest command that pants executes and how it's different than your own testing (both in terms of args, and on what files it runs)