refined-addition-53644
12/30/2021, 6:12 PMpants test ::
I added this to pants.toml
[pytest]
args = ["--ignore=./my_dir"]
Doesn't work :(hundreds-father-404
12/30/2021, 6:14 PMskip_tests
field.
This part of docs also gives a command to query which tests you use Pants for and which are your old test runner, which you can then pipe into that runner: https://www.pantsbuild.org/docs/existing-repositories#3-set-up-testsrefined-addition-53644
12/30/2021, 6:19 PMhundreds-father-404
12/30/2021, 6:22 PM[GLOBAL]
pants_ignore.add = ["my-dir/"]