https://pantsbuild.org/ logo
e

echoing-manchester-70122

01/22/2020, 12:33 AM
is --test-pytest-options not supported anymore?
h

hundreds-father-404

01/22/2020, 12:34 AM
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

echoing-manchester-70122

01/22/2020, 1:10 AM
I got that when I tried to update to 1.23.0
e

echoing-manchester-70122

01/22/2020, 1:23 AM
thanks
❤️ 1
3 Views