File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ RUN apt-get -qq update && \
24
24
valgrind \
25
25
net-tools \
26
26
python3-pip \
27
+ python3-setuptools \
27
28
python-pkg-resources \
28
29
wget && \
29
30
rm -rf /var /lib /apt /lists /*
@@ -34,4 +35,4 @@ RUN cd /tmp/ && \
34
35
mv /tmp /bitcoin -0.15 . 0 /bin /bitcoin * /usr/local /bin / && \
35
36
rm -rf bitcoin . tar . gz /tmp /bitcoin -0.15 . 0
36
37
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
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ RUN apt-get -qq update && \
24
24
valgrind \
25
25
net-tools \
26
26
python3-pip \
27
+ python3-setuptools \
27
28
python-pkg-resources \
28
29
wget && \
29
30
rm -rf /var/lib/apt/lists/*
@@ -34,4 +35,4 @@ RUN cd /tmp/ && \
34
35
mv /tmp/bitcoin-0.15.0/bin/bitcoin* /usr/local/bin/ && \
35
36
rm -rf bitcoin.tar.gz /tmp/bitcoin-0.15.0
36
37
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
You can’t perform that action at this time.
0 commit comments