Pytester.runpytest_subprocess only adds the first plugin from pytester.plugins #13314
Labels
plugin: pytester
related to the pytester builtin plugin
type: bug
problem that needs to be addressed
When adding multiple plugins to
pytester.plugins
only the first one is added as a-p <plugin>
to the command line invocation inpytester.runpytest_subprocess()
.Minimal example:
Notice that only
-p no:plug_1
is added.The text was updated successfully, but these errors were encountered: