Hi, what's the correct way to ignore directory fro...
# general
r
Hi, what's the correct way to ignore directory from
pants test ::
I added this to
pants.toml
Copy code
[pytest]
args = ["--ignore=./my_dir"]
Doesn't work :(