ansible-community / molecule-plugins

Collection on molecule plugins
MIT License
109 stars 73 forks source link

pip install 'molecule-plugins[vagrant]' - does not work as intended #132

Closed carlosmmatos closed 1 year ago

carlosmmatos commented 1 year ago

When running:

pip install 'molecule-plugins[vagrant]' 

The following message is shown:

molecule-plugins 23.4.0 does not provide the extra 'vagrant'

Now installing just molecule-plugins does show output that the vagrant driver does get installed, however, it is now missing a python-vagrant dependency.

Based on the pyproject.toml I can see there is no dependency for vagrant being added.