I've created a deb12u2 that contains only these changes. They fix autopkgtest
failures that don't occur on my local autopkgtest VM.
diff --git debian/changelog debian/changelog
index 99e38765..e703931f 100644
--- debian/changelog
+++ debian/changelog
@@ -1,3 +1,10 @@
+ansible-core (2.14.18-0+deb12u2) bookworm; urgency=medium
+
+ * Update integration test dependencies
+ * Update integration test restrictions
+
+ -- Lee Garrett <deb...@rocketjump.eu> Fri, 03 Jan 2025 12:15:50 +0100
+
ansible-core (2.14.18-0+deb12u1) bookworm; urgency=medium
[ Lee Garrett ]
diff --git debian/tests/control debian/tests/control
index 4c3511a0..b1f5d873 100644
--- debian/tests/control
+++ debian/tests/control
@@ -40,6 +40,7 @@ Depends: @,
libyaml-dev, # needed to build PyYAML on some
architectures, which some tests install from PyPI
locales,
lvm2, # integration test hardware_facts
+ openssh-server, # integration test systemd
openssl, # integration test ansible-galaxy
pkg-config, # needed to build cryptography on some
architectures, which some tests install from PyPI
python3-apt, # needed for checking if packages are
installed
@@ -61,6 +62,7 @@ Depends: @,
Restrictions:
allow-stderr, # lots of STDERR output
breaks-testbed, # many tests add/delete files, or change the system in
fundamental ways
+ isolation-machine, # lxc containers have problems with mounting loopback
needs-internet, # used for ansible-galaxy and pip tests
needs-sudo, # used to call testbed-setup.sh