!!! ```$ ./pants paths --from=src/python/pants/tes...
# development
w
!!!
Copy code
$ ./pants paths --from=src/python/pants/testutil/rule_runner.py --to=src/python/pants/backend/codegen/avro/target_types.py
[
  [
    "src/python/pants/testutil/rule_runner.py",
    "src/python/pants/init/engine_initializer.py",
    "src/python/pants/init:plugins",
    "src/python/pants/backend/experimental/codegen/avro/java/register.py",
    "src/python/pants/backend/codegen/avro/target_types.py"
  ],
  <snip>
]
i mean, of course, because why wouldn’t it. but we should definitely fix this, because it means that all RuleRunner based tests depend on all backends
h
well that would explain a lot hehe
🤦 1
w
i’ll get something out.
h
lol:
Copy code
python_sources(dependencies=[":plugins"])
use overrides
😂 1