File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -21,23 +21,17 @@ export VALGRIND=${VALGRIND:-0}
2121
2222env
2323
24- pip3 install --user -U \
25- -r requirements.txt \
26- -r contrib/pyln-client/requirements.txt \
27- -r contrib/pyln-proto/requirements.txt \
28- -r contrib/pyln-testing/requirements.txt
24+ pip3 install --user -U -r requirements.txt
2925
3026# Install utilities that aren't dependencies, but make
3127# running tests easier/feasible on CI (and pytest which
3228# keeps breaking the rerunfailures plugin).
3329pip3 install --user -U \
34- flaky \
3530 blinker \
3631 pytest-sentry \
3732 pytest-test-groups==1.0.3 \
3833 pytest-custom-exit-code==0.3.0 \
39- pytest-json-report \
40- mypy==0.790
34+ pytest-json-report
4135
4236git clone https://github.com/lightningnetwork/lightning-rfc.git ../lightning-rfc
4337git submodule update --init --recursive
You can’t perform that action at this time.
0 commit comments