Skip to content

Commit 0fefbe2

Browse files
authored
Merge pull request #882 from QualiSystems/hotfix/alex_adding_lxml_with_working_version
Hotfix/alex adding lxml with working version
2 parents 8742b36 + 6e3e6c5 commit 0fefbe2

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

.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

0 commit comments

Comments
 (0)