From f9a35416ea2d967f7c6c816fda4cbe7d891b8d2a Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 11 Mar 2019 12:29:08 +1000 Subject: [PATCH] test: grasping at straws here This cannot possibly the reason why the required_packages is ignored, but... --- tests/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index 901d59e..ff820e6 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -31,14 +31,14 @@ # 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 - required_packages: - - python3-devel # for pathfix during srpm prep tests: - simple: dir: . run: "echo noop" tags: - always + required_packages: + - python3-devel # for pathfix during srpm prep - role: standard-test-source tags: - always