From 58a31e207aeb39373aa66bcdb36f20eb8d8e9d07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pl=C3=ADchal?= Date: Mon, 8 Oct 2018 11:07:22 +0000 Subject: [PATCH] Remove explicit requires from tests.yml Requires are now handled by Standard Test Roles based on the individual test metadata so there is no need to list them here. --- tests/tests.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index ea4f4c6d..f76c16d5 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -8,25 +8,3 @@ - repo: "https://src.fedoraproject.org/tests/selinux.git" dest: "selinux" fmf_filter: "tier:1 | component:selinux-policy" - required_packages: - - dosfstools - - e2fsprogs - - gcc - - git - - grep - - checkpolicy - - libselinux - - libselinux-utils - - libsemanage - - libsepol - - libsepol-devel - - policycoreutils - - policycoreutils-python-utils - - python3-policycoreutils - - selinux-policy - - selinux-policy-devel - - selinux-policy-minimum - - selinux-policy-mls - - selinux-policy-targeted - - setools-console - - util-linux