rough-vase-83553
09/21/2022, 3:42 PM./pants check subproject/some/deep/test/directory::
, but the tool complains that a test directory in a completely different subproject isn't covered by the source roots. Is there a way to diagnose why Pants is complaining about this? I tried ./pants dependencies subproject::
and it has the same problem.[source].root_patterns = []
in the toml and [source].marker_filenames = ["SOURCE_ROOT"]
. Only subproject
and a directory that wraps it have SOURCE_ROOTs.happy-kitchen-89482
09/21/2022, 3:54 PMrough-vase-83553
09/21/2022, 3:59 PMhappy-kitchen-89482
09/21/2022, 4:08 PMrough-vase-83553
09/21/2022, 4:11 PMhappy-kitchen-89482
09/21/2022, 4:11 PMrough-vase-83553
09/21/2022, 4:13 PMhappy-kitchen-89482
09/21/2022, 4:44 PMrough-vase-83553
09/21/2022, 4:56 PM