<#21913 Running python tests in a multi project wo...
# github-notifications
c
#21913 Running python tests in a multi project workspace results in an import error Issue created by amircodota Describe the bug I have a multi-project repo with inter-dependencies between python packages. I'm running into issues running tests where importing dependencies fails when ran from
pants test
. When I run
pants run
dependencies are resolved correctly nd everything works Pants version 2.23.1 OS Linux Additional info I created a small repro project, thac can be found here In the README you'll find more details on the project structure and how to reproduce the issue I'm seeing. I suspect it has to do with pythonpath not being correctly set for tests, but I could be completely wrong. pantsbuild/pants