Skip to content

Commit 73db8fc

Browse files
committed
Remove subprocess requirement
1 parent f3315a1 commit 73db8fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/py36.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY requirements_dev.txt .
66

77
RUN apk add gcc py-pip python-dev libffi-dev openssl-dev gcc libc-dev make
88

9-
RUN python -m pip install psutil subprocess32
9+
RUN python -m pip install psutil
1010
RUN pip install -r requirements_dev.txt
1111

1212
CMD tox -e py36

docker/py37.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY requirements_dev.txt .
66

77
RUN apk add gcc py-pip python-dev libffi-dev openssl-dev gcc libc-dev make
88

9-
RUN python -m pip install psutil subprocess32
9+
RUN python -m pip install psutil
1010
RUN pip install -r requirements_dev.txt
1111

1212
CMD tox -e py37

docker/py38.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY requirements_dev.txt .
66

77
RUN apk add gcc py-pip python-dev libffi-dev openssl-dev gcc libc-dev make
88

9-
RUN python -m pip install psutil subprocess32
9+
RUN python -m pip install psutil
1010
RUN pip install -r requirements_dev.txt
1111

1212
CMD tox -e py38

0 commit comments

Comments
 (0)