Skip to content

Commit

Permalink
pyrax is old, try to handle it in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VilleS1 authored Nov 27, 2018
1 parent f56cc6c commit e54580a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/devel-centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ RUN yum clean all && \
yum -y install python-devel MySQL-python sshpass && \
yum -y install acl sudo && \
sed -i -e 's/^Defaults.*requiretty/Defaults !requiretty/' -e 's/^%wheel.*ALL$/%wheel ALL=(ALL) NOPASSWD: ALL/' /etc/sudoers && \
yum -y install PyYAML python-jinja2 python-httplib2 python-keyczar python-paramiko python-setuptools git python-pip && \
# python-paramiko requires python2-cryptography which is too old for some package through pip
# let pip install what it needs
yum -y install PyYAML python-jinja2 python-httplib2 python-keyczar python-setuptools git python-pip && \
pip install --upgrade pip && \
pip install requests[security] && \
pip install pbr==1.1.0 oslo.serialization==1.6.0 oslo.utils==2.0.0 oslo.i18n==1.7.0 \
debtcollector==0.5.0 python-keystoneclient==1.6.0 oslo.config==1.12.0 stevedore==1.5.0 && \
pip install pyrax pysphere boto boto3 passlib dnspython && \
sh -c 'yum -y remove libffi-devel || yum -y --setopt=tsflags=noscripts remove libffi-devel' && \
yum -y remove $(rpm -qa "*-devel") && \
Expand Down

0 comments on commit e54580a

Please sign in to comment.