hundreds-father-404
11/15/2021, 11:47 PMskip_tests
field with this nifty query, then pipe the output into your original test runner:
./pants filter --target-type=python_test :: | \
xargs ./pants peek | \
jq -r '.[] | select(.skip_tests== true) | .["sources"][]'
Now documented at https://www.pantsbuild.org/v2.8/docs/existing-repositories#3-set-up-testspeek
and to @proud-dentist-22844 and @rapid-bird-79300 for the ideas behind skip_tests
🙇
Still one of my fav features of Pants