From c1c9e9050ffc53018ad6783b599aef73f36e758a Mon Sep 17 00:00:00 2001 From: Michael Fladischer <FladischerMichael@fladi.at> Date: Thu, 17 Feb 2022 12:58:46 +0000 Subject: [PATCH] Add needs-root restriction for autopkgtests (Closes: #1004873). --- debian/changelog | 6 ++++++ debian/tests/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c8f8fdf..c2d28f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-django-netfields (1.2.4-3) UNRELEASED; urgency=medium + + * Add needs-root restriction for autopkgtests (Closes: #1004873). + + -- Michael Fladischer <fladi@debian.org> Thu, 17 Feb 2022 12:58:35 +0000 + python-django-netfields (1.2.4-2) unstable; urgency=low * Enable upstream testsuite for autopkgtests. diff --git a/debian/tests/control b/debian/tests/control index 7c93889..48b2bef 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -9,4 +9,4 @@ Depends: python3-unittest2, @, @builddeps@, -Restrictions: allow-stderr +Restrictions: allow-stderr,needs-root -- GitLab