tests: Fix build of psutil (required by pytest-xdist 2.0)

77e5fdfef9
This commit is contained in:
Tomas Janousek 2020-08-25 00:48:58 +02:00 committed by Tomas Babej
parent 4b8ef36e69
commit a9af18203b

View file

@ -49,6 +49,7 @@ FROM build AS build-pip
# coverage needs to build a C extensions, otherwise it's slow
RUN apk add --no-cache \
gcc \
linux-headers \
musl-dev
RUN pip install --root=/opt/pip-root \
coverage \