From bf49b3f44bcb3e435774acc5616ea2b7da8364cd Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 11 Mar 2019 14:12:17 +1000 Subject: [PATCH] tests: only have one role with required_packages move the python3-devel package to the other role because https://pagure.io/standard-test-roles/issue/311 --- tests/tests.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index df64e6b..195e9cc 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -30,17 +30,6 @@ packages: libinput tags: - classic # running this with always doesn't do anything - # standard-test-rpm should do this but it's currently broken. So let's add - # a noop test that requires the package we need - - role: standard-test-basic - tests: - - simple: - dir: . - run: "echo noop" - tags: - - classic # running this with always doesn't do anythign - required_packages: - - python3-devel # for pathfix during srpm prep - role: standard-test-source tags: - always @@ -57,5 +46,6 @@ - check-devel - systemd-devel - valgrind + - python3-devel # for pathfix during srpm prep tests: - libinput-test-suite