Replies: 1 comment
-
I don't think this is supported today. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying to use
--override
withexec
in order to add otherwise unnecessary pytest plugins to debug issues in pytest (seemed convenient at the time). However I just can't get it to work right: it works fine if given a single parameter:however every form which looks like it might have multiple parameters tries to run the thing as a command:
I have no idea how this is supposed to work, and the docs are no help. Repeating
-x
just overwrites the previous override.Beta Was this translation helpful? Give feedback.
All reactions