[FIX] packaging: tarball nightly test

Workarounded https://launchpad.net/debian/+source/openssl/1.0.1j-1 by updating
requests in requirements.txt and pip in our tests environment.
This commit is contained in:
Aaron Bohy 2015-07-15 11:25:36 +02:00
parent ee690395e0
commit 36e9726c67
2 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@ pytz==2014.4
pyusb==1.0.0b1 pyusb==1.0.0b1
qrcode==5.0.1 qrcode==5.0.1
reportlab==3.1.8 reportlab==3.1.8
requests==2.3.0 requests==2.6.0
simplejson==3.5.3 simplejson==3.5.3
six==1.7.3 six==1.7.3
unittest2==0.5.1 unittest2==0.5.1

View File

@ -30,6 +30,7 @@ RUN apt-get update -qq && \
python-pip \ python-pip \
build-essential \ build-essential \
python -y && \ python -y && \
easy_install --upgrade pip && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
COPY requirements.txt /opt/release/requirements.txt COPY requirements.txt /opt/release/requirements.txt