From ed3dcde6b69ec74e74f075e5156d4bebe2655eac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Flaget=20Aasen?= <haavard_aasen@yahoo.no> Date: Sat, 18 Dec 2021 18:33:10 +0100 Subject: [PATCH] autopkgtest: Add allow-stderr as restriction. Closes: #1001429 Tests fails because of a deprecation warning. --- debian/changelog | 4 ++++ debian/tests/control | 1 + 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 969bbe1..92f0d8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,10 @@ python-qtpy (1.9.0-4) UNRELEASED; urgency=medium [ Debian Janitor ] * Bump debhelper from old 12 to 13. + [ Håvard Flaget Aasen ] + * autopkgtest: Add allow-stderr as restriction. Tests fails because of + a deprecation warning. Closes: #1001429 + -- Ondřej Nový <onovy@debian.org> Thu, 24 Sep 2020 08:52:16 +0200 python-qtpy (1.9.0-3) unstable; urgency=medium diff --git a/debian/tests/control b/debian/tests/control index e61fd9b..a97e32f 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -6,3 +6,4 @@ Test-Command: set -e ; xvfb-run -a $py -m pytest -v ; done Depends: python3-all, python3-pytest, python3-qtpy, xauth, xvfb +Restrictions: allow-stderr -- GitLab