molecule-action icon indicating copy to clipboard operation
molecule-action copied to clipboard

Support `poetry run`

Open huyz opened this issue 1 year ago • 1 comments

I need to run molecule under the poetry environment, so that I can use the pytest-subtests package in my testinfra tests.

I'm not sure if there's a way to do this without forking this repo and hacking it. Basically, instead of molecule being executed, I need poetry run molecule to be executed.

Suggestions?

huyz avatar Feb 25 '23 17:02 huyz