Debian Patches

Status for ansible-core/2.21.2-1

Patch Description Author Forwarded Bugs Origin Last update
use-py3.patch use py3

Use python 3 for all helper scripts during build

This allows us to not depend on python 2 anymore for building.
Lee Garrett <debian@rocketjump.eu> not-needed 2024-11-11
fix-integration-tests.patch Fix integration tests unarchive Lee Garrett <debian@rocketjump.eu> yes 2026-06-18
fix-integration-test-apt.patch Fix apt integration test Was https://github.com/ansible/ansible/pull/85131 upstream, however
they went with a different fix: https://github.com/ansible/ansible/pull/86894
Lee Garrett <debian@rocketjump.eu> not-needed 2026-06-18
integration-test-apt-sources-list.patch Move apt sources lists aside more comprehensively Colin Watson <cjwatson@debian.org> yes 2026-05-22
mark-integration-test-apt-it-needs-root.patch Mark integration test "iptables": it needs root Lee Garrett <lgarrett@rocketjump.eu> yes 2026-06-18
fix-pytest91-parametrize-stdin.patch Fix test compatibility with pytest >= 9.1 Pytest 9.1 fixed parametrize to correctly unpack single-element tuple values when using
a string argnames with a trailing comma (e.g. "arg,"), treating it like the tuple form
("arg",) (pytest-dev/pytest#719).
.
This causes test_missing_lchmod_is_link_in_sticky_dir to fail because the trailing comma
in @pytest.mark.parametrize('stdin,', ...) now makes pytest try to unpack {} as a sequence,
finding 0 elements for 1 name.
.
Remove the spurious trailing comma from 'stdin,'.
Tomáš Hrnčiar <tomas.hrnciar@me.com> yes upstream, https://github.com/ansible/ansible/commit/00618a2c95921bf38006e42b1e46d99de6c8e746 2026-07-07

All known versions for source package 'ansible-core'

Links