Yes, we have some tooling in `conftest.py` that us...
# general
h
Yes, we have some tooling in
conftest.py
that used
pytest_collection_modifyitems
to control what was collected for running. My theory is that since we currently have modules with one marked test in them, pants collects them and then conftest deselects it, and that pants process thinks that no tests were run.