From 534b0d6eb04341e94199d7819437b3e783fed81d Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Tue, 24 Sep 2024 15:01:59 -0400 Subject: [PATCH] d/tests: Add breaks-testbed restriction This restriction is also used by systemd: https://salsa.debian.org/systemd-team/systemd/-/commit/0992a823a45d5971deedd5c78f7d8e43b22556f6 This is another attempt to fix #2450. Signed-off-by: James Valleroy Reviewed-by: Sunil Mohan Adapa --- debian/tests/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/tests/control b/debian/tests/control index 2f77dfa4d..3ea1bfe1b 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -8,10 +8,11 @@ # - Module inititailzation for essential modules # Test-Command: plinth --list-apps 2> /dev/null -Restrictions: needs-root +Restrictions: needs-root, breaks-testbed # # Run unit and integration tests on installed files. # Test-Command: PYTHONPATH='/usr/lib/python3/dist-packages/' py.test-3 -p no:cacheprovider --cov=plinth --cov-report=html:debci/htmlcov --cov-report=term Depends: git, python3-openssl, python3-pytest, python3-pytest-cov, python3-pytest-django, python3-tomli | python3-coverage (<< 6.0), @ +Restrictions: breaks-testbed