Skip to content

Commit 0574d68

Browse files
cdeckerrustyrussell
authored andcommitted
docker: Added pytest-groups plugin to builder image
1 parent 6debacc commit 0574d68

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

contrib/Dockerfile.builder

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ RUN apt-get -qq update && \
2424
valgrind \
2525
net-tools \
2626
python3-pip \
27+
python3-setuptools \
2728
python-pkg-resources \
2829
wget && \
2930
rm -rf /var/lib/apt/lists/*
@@ -34,4 +35,4 @@ RUN cd /tmp/ && \
3435
mv /tmp/bitcoin-0.15.0/bin/bitcoin* /usr/local/bin/ && \
3536
rm -rf bitcoin.tar.gz /tmp/bitcoin-0.15.0
3637

37-
RUN pip3 install python-bitcoinlib==0.7.0 pytest==3.0.5 setuptools==36.6.0
38+
RUN pip3 install python-bitcoinlib==0.7.0 pytest==3.0.5 setuptools==36.6.0 pytest-test-groups==1.0.3

contrib/Dockerfile.builder.i386

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ RUN apt-get -qq update && \
2424
valgrind \
2525
net-tools \
2626
python3-pip \
27+
python3-setuptools \
2728
python-pkg-resources \
2829
wget && \
2930
rm -rf /var/lib/apt/lists/*
@@ -34,4 +35,4 @@ RUN cd /tmp/ && \
3435
mv /tmp/bitcoin-0.15.0/bin/bitcoin* /usr/local/bin/ && \
3536
rm -rf bitcoin.tar.gz /tmp/bitcoin-0.15.0
3637

37-
RUN pip3 install python-bitcoinlib==0.7.0 pytest==3.0.5 setuptools==36.6.0
38+
RUN pip3 install python-bitcoinlib==0.7.0 pytest==3.0.5 setuptools==36.6.0 pytest-test-groups==1.0.3

0 commit comments

Comments
 (0)