So I think what’s happening is dependencies are at...
# general
r
So I think what’s happening is dependencies are attached to the “:tests” target. If you run your test like, it should work.
Copy code
./pants test directory-to-tests:tests
The file’s dependencies are only being shown for the imports you have.