From 8716cf7fe86efa3e3795875aafcafa0f9f2a739d Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Mon, 17 Feb 2020 16:58:08 +0100 Subject: [PATCH] * debian/tests/control: Add versioned dependency on python3-urllib3 as regression test requirement. --- debian/changelog | 2 ++ debian/tests/control | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 67260f6..bc59767 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ 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/tests/control: Add versioned dependency on python3-urllib3 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 ae089fc..293181b 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -55,6 +55,7 @@ Depends: python3-psycopg2, python3-pytest-cov, python3-setuptools, + python3-urllib3 (>= 1.24.1), python3-websocket, @, Tests: test