Skip to content

Commit e387ac2

Browse files
authored
depends on pyvmomi 6.7+ (#1036)
depends on pyvmomi 6.7+ Reduce the range of supported release of pyVmomi. #1023 (comment) Reviewed-by: Mario Lenz <m@riolenz.de> Reviewed-by: None <None>
1 parent d87dbc9 commit e387ac2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pyvmomi
1+
pyVmomi>=6.7
22
git+https://github.com/vmware/vsphere-automation-sdk-python.git ; python_version >= '2.7' # Python 2.6 is not supported

test-requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ pytest-xdist
66
# We should avoid these two modules with py3
77
pytest-mock
88
mock
9-
pyvmomi

0 commit comments

Comments
 (0)