What's the canonical Pants way of declaring pytest...
# general
b
What's the canonical Pants way of declaring pytest tests are "manual"? •
skip_tests
• a Pants
tag
plus remembering to set the CLI arg? • A
pytest
mark, and an arg in our
pytest
config to skip? • Something I'm missing?