MoleculeScenario doesn't support MOLECULE_OPTS
evgeni opened this issue · comments
Evgeni Golov commented
When using the simple molecule_scenario
fixture, that generates MoleculeScenario entries, there is no way to pass --parallel
or similar flags via MOLECULE_OPTS
Looking at the code MoleculeItem does support that:
pytest-ansible/src/pytest_ansible/molecule.py
Lines 208 to 212 in 485c228
But that is not used in MoleculeScenario :(