From 0de7a289cc1636ac3b17edb876329a80c2348a3c Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Sat, 3 Oct 2020 12:34:19 +0200 Subject: [PATCH] travis: Add blinker dependency This is a new, not explicitly mentioned, dependency for pytest-sentry --- .travis/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/build.sh b/.travis/build.sh index 554932d06..3a268b52b 100755 --- a/.travis/build.sh +++ b/.travis/build.sh @@ -51,6 +51,7 @@ if [ "$NO_PYTHON" != 1 ]; then -r contrib/pyln-testing/requirements.txt pip3 install --user -U --quiet --progress-bar off \ + blinker \ pytest-sentry \ pytest-rerunfailures