`--pytest-args='-v'`, or in your pants.ini, `args`...
# general
h
--pytest-args='-v'
, or in your pants.ini,
args
option in the
[pytest]
scope. You can still use
./pants test blah -- -v
too, contrary to the deprecation warning. See https://pants.readme.io/docs/upgrade-tips#ignore-deprecation-messages-with-ignore_pants_warnings for how to ignore the deprecation warning