Skip to content

Commit

Permalink
fix pip requirement resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed Jul 5, 2024
1 parent c48863f commit 51632fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions execution-environment/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ dependencies:
- python3-aiohttp [platform:rpm]
python:
- pyvmomi<7.0.3
- git+https://github.com/vmware/[email protected]
ansible_core:
package_pip: ansible-core==2.13.13
3 changes: 2 additions & 1 deletion tests/integration/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ ansible-core

# see the cluster_settings role README.md for an explanation on the <7.0.3 restriction
pyVmomi>=6.7,<7.0.3
git+https://github.com/vmware/vsphere-automation-sdk-python.git
# automation sdk >tag:8.0.2.0 requires pyVmomi 8
git+https://github.com/vmware/[email protected]

0 comments on commit 51632fc

Please sign in to comment.