is --test-pytest-options not supported anymore?
# general
e
is --test-pytest-options not supported anymore?
h
Which Pants version are you using? 1.16.0, right, per the other thread? If that’s the case, you can use
--test-pytest-passthrough-args
or the old passthrough args syntax of
./pants test.pytest path/to:target -- -k test_foo -q
if I recall correctly
If you’re using 1.24.0 or newer, it changed to
--pytest-args='-k test_foo -q
e
I got that when I tried to update to 1.23.0
e
thanks
❤️ 1