You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
When using the simple
molecule_scenario
fixture, that generates MoleculeScenario entries, there is no way to pass--parallel
or similar flags viaMOLECULE_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 :(
The text was updated successfully, but these errors were encountered: