mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-03 02:39:28 +01:00
contrib: Add the flaky dependency to the builder image
Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
parent
e00c7012cc
commit
957b32affe
2 changed files with 2 additions and 2 deletions
|
@ -47,4 +47,4 @@ RUN cd /tmp/ && \
|
|||
rm -rf bitcoin.tar.gz /tmp/bitcoin-$BITCOIN_VERSION
|
||||
|
||||
RUN pip3 install --upgrade pip && \
|
||||
python3 -m pip install python-bitcoinlib==0.7.0 pytest==3.0.5 setuptools==36.6.0 pytest-test-groups==1.0.3 flake8==3.5.0 pytest-rerunfailures==3.1 ephemeral-port-reserve==1.1.0 pytest-xdist==1.22.2
|
||||
python3 -m pip install python-bitcoinlib==0.7.0 pytest==3.0.5 setuptools==36.6.0 pytest-test-groups==1.0.3 flake8==3.5.0 pytest-rerunfailures==3.1 ephemeral-port-reserve==1.1.0 pytest-xdist==1.22.2 flaky==3.4.0
|
||||
|
|
|
@ -47,4 +47,4 @@ RUN cd /tmp/ && \
|
|||
rm -rf bitcoin.tar.gz /tmp/bitcoin-$BITCOIN_VERSION
|
||||
|
||||
RUN pip3 install --upgrade pip && \
|
||||
python3 -m pip install python-bitcoinlib==0.7.0 pytest==3.0.5 setuptools==36.6.0 pytest-test-groups==1.0.3 flake8==3.5.0 pytest-rerunfailures==3.1 ephemeral-port-reserve==1.1.0 pytest-xdist==1.22.2
|
||||
python3 -m pip install python-bitcoinlib==0.7.0 pytest==3.0.5 setuptools==36.6.0 pytest-test-groups==1.0.3 flake8==3.5.0 pytest-rerunfailures==3.1 ephemeral-port-reserve==1.1.0 pytest-xdist==1.22.2 flaky==3.4.0
|
||||
|
|
Loading…
Add table
Reference in a new issue