-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip install 'molecule-plugins[vagrant]' - does not work as intended #132
Comments
carlosmmatos
changed the title
pip install 'molecule-plugins[vagrant]' does not work
pip install 'molecule-plugins[vagrant]' - does not work as intended
Apr 20, 2023
carlosmmatos
added a commit
to carlosmmatos/falcon-scripts
that referenced
this issue
Apr 20, 2023
akikanellis
added a commit
to akikanellis/homelab
that referenced
this issue
Apr 29, 2023
Fixes python issue. See: ansible-community/molecule-plugins#132
akikanellis
added a commit
to akikanellis/homelab
that referenced
this issue
Apr 29, 2023
See: ansible-community/molecule-plugins#132 --------- Co-authored-by: aki-bot <103840025+aki-bot[bot]@users.noreply.github.com> Co-authored-by: Aki Kanellis <hello@akikanellis.com>
akikanellis
pushed a commit
to akikanellis/homelab
that referenced
this issue
Apr 30, 2023
## [1.19.47](v1.19.46...v1.19.47) (2023-04-30) ### Build System * **deps:** update dependency molecule to v5 ([#301](#301)) ([52031a6](52031a6)), closes [ansible-community/molecule-plugins#132](ansible-community/molecule-plugins#132)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running:
pip install 'molecule-plugins[vagrant]'
The following message is shown:
Now installing just
molecule-plugins
does show output that the vagrant driver does get installed, however, it is now missing apython-vagrant
dependency.Based on the pyproject.toml I can see there is no dependency for vagrant being added.
The text was updated successfully, but these errors were encountered: