kiwi-el8/test/unit/package_manager
Adam Williamson ab305905d5 Fix package removal with dnf5
dnf5 does not implement `dnf autoremove <package>` as a synonym
for `--setopt=clean_requirements_on_remove=true remove <package>`
as dnf4 did. So, we should do it this way instead.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-04-25 16:42:40 -07:00
..
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
apt_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
base_test.py Fixed delta_root build 2024-03-07 15:50:58 +01:00
dnf4_test.py Make excludes in bootstrap effective for dnf 2024-04-03 12:27:02 +02:00
dnf5_test.py Fix package removal with dnf5 2024-04-25 16:42:40 -07:00
init_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
microdnf_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
pacman_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00
zypper_test.py Use unittest.mock from core python everywhere 2024-02-18 22:15:30 +01:00