From bbccbf93a7b506cbf547064e4a4fe52027218d5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pl=C3=ADchal?= Date: Mon, 8 Oct 2018 13:02:22 +0200 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 | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index 994830a..aa1af2a 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -10,23 +10,3 @@ - repo: "https://src.fedoraproject.org/tests/selinux.git" dest: "selinux" fmf_filter: "tier: 1 | component: libsepol" - required_packages: - - gcc - - libsepol-devel - - policycoreutils - - selinux-policy-devel - - findutils # beakerlib needs find command - - e2fsprogs - - git - - grep - - checkpolicy - - libselinux - - libselinux-utils - - libsemanage - - libsepol - - policycoreutils-python-utils - - selinux-policy - - selinux-policy-minimum - - selinux-policy-mls - - selinux-policy-targeted - - setools-console