Skip to content

Commit

Permalink
Fixes #14948: ncf-setup can not install testinfra on ubuntu14 because…
Browse files Browse the repository at this point in the history
… of six conflict
  • Loading branch information
Fdall committed May 24, 2019
1 parent 31a47c5 commit 789e632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/rudder-setup/setup-ncf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ setup_ncf() {
${PM_INSTALL} python
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
pip install -U six
pip install -U testinfra
pip install -U six || /bin/true
pip install -U testinfra --ignore-installed six
fi


Expand Down

0 comments on commit 789e632

Please sign in to comment.