Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(test): Upgrade pip version
Browse files Browse the repository at this point in the history
- Add python-devel to dependencies
  • Loading branch information
jarifibrahim authored Jul 31, 2018
1 parent 2b08437 commit f073f0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ENV NODE_VERSION 8.3.0
RUN rpm -U http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm

RUN yum -y update && \
yum install -y bzip2 git epel-release libappindicator \
yum install -y bzip2 git epel-release libappindicator python-devel\
java-1.8.0-openjdk wget unzip which gcc-c++ && \
yum -y clean all

Expand Down
1 change: 1 addition & 0 deletions tests/run_e2e_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ generate_db() {
log "Installing python pip"
yum install -y epel-release && yum install -y python-pip
log "Installing all the required packages..."
pip install --upgrade pip
pip install pytest requests jmespath
log "Running the EE_API_Automation Tests (DB Generation)"
sh run_me.sh "$FABRIC8_WIT_API_URL" "$USER_NAME" "$REFRESH_TOKEN"
Expand Down

0 comments on commit f073f0f

Please sign in to comment.