From f1c0205e21e103ef8f833a264765afeea4f637a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Delafond?= Date: Fri, 2 May 2025 07:18:24 +0200 Subject: [PATCH] tests: declare needs-internet for system-test --- debian/tests/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/tests/control b/debian/tests/control index 6f50f096..ee5b22fb 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -4,4 +4,4 @@ Restrictions: allow-stderr Tests: system-test Depends: @, @builddeps@, ca-certificates, curl, dirmngr, git, gpg, gpg-agent, graphviz, procps, python3, python3-requests-unixsocket, python3-termcolor, python3-swiftclient, python3-boto3, python3-azure-storage, python3-etcd3, python3-plyvel, sudo, zip -Restrictions: allow-stderr +Restrictions: allow-stderr, needs-internet