Skip to content

Commit f758598

Browse files
authored
Merge pull request #884 from QualiSystems/develop
Fixing requirements to get a specific version of lxml and requests
2 parents fc9f174 + fc93fdf commit f758598

File tree

7 files changed

+9
-6
lines changed

7 files changed

+9
-6
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
after_success: coveralls
22
env:
33
- CLOUD_SHELL_SHELL_CORE=1
4-
- CLOUD_SHELL_SHELL_CORE=2
54
install:
65
- pip install -r external_requirements.txt
76
- pip install -r test_requirements.txt

cloudshell_shell_core_install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ if [ "${CLOUD_SHELL_SHELL_CORE}" -eq 1 ]
33
then
44
pip install "cloudshell-shell-core>=2.0.0,<2.1.0" --extra-index-url https://testpypi.python.org/simple
55
else
6-
pip install "cloudshell-shell-core>=2.4.0,<2.5.0" --extra-index-url https://testpypi.python.org/simple
7-
fi
6+
pip install "cloudshell-shell-core>=2.3.0,<2.4.0" --extra-index-url https://testpypi.python.org/simple
7+
fi

external_requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
lxml==3.8.0
2+
requests==2.18.4
13
pyvmomi==6.5.0
24
jsonpickle==0.9.3
35
enum==0.4.6

package/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
lxml==3.8.0
2+
requests==2.18.4
13
cloudshell-automation-api>=8.0.0.0,<8.1.0.0
24
cloudshell-core>=2.0.0,<2.1.0
35
pyvmomi==6.5.0

package/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.1
1+
1.8.2

vcentershell_driver/drivermetadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Driver Description="this driver manage all the commands that runs at the vcenter context" MainClass="driver.VCenterShellDriver" Name="VCenter Driver" Version="1.8.1">
1+
<Driver Description="this driver manage all the commands that runs at the vcenter context" MainClass="driver.VCenterShellDriver" Name="VCenter Driver" Version="1.8.2">
22
<Layout>
33
<Category Name="Deployment">
44
<Command Description="" DisplayName="Deploy From Template" EnableCancellation="true" Name="deploy_from_template" Tags="allow_unreserved" />

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.1
1+
1.8.2

0 commit comments

Comments
 (0)