From 30cfd5313f0fa7c889a047f0558f03adb672492f Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Mon, 17 Feb 2020 16:19:33 +0100 Subject: [PATCH] * debian/tests/control: Add python3-websocket as regression test requirement. --- debian/changelog | 1 + debian/tests/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index ed7c074..67260f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ patroni (1.6.4-2) UNRELEASED; urgency=medium [ Michael Banck ] * debian/tests/control: Temporarily revert commit c22bd426. + * debian/tests/control: Add python3-websocket as regression test requirement. -- Debian PostgreSQL Maintainers Mon, 10 Feb 2020 10:03:07 +0100 diff --git a/debian/tests/control b/debian/tests/control index 85063bf..ae089fc 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -55,6 +55,7 @@ Depends: python3-psycopg2, python3-pytest-cov, python3-setuptools, + python3-websocket, @, Tests: test Restrictions: allow-stderr