test: grasping at straws here

This cannot possibly the reason why the required_packages is ignored, but...
This commit is contained in:
Peter Hutterer 2019-03-11 12:29:08 +10:00
parent 12ffd8a00f
commit f9a35416ea

View File

@ -31,14 +31,14 @@
# standard-test-rpm should do this but it's currently broken. So let's add # standard-test-rpm should do this but it's currently broken. So let's add
# a noop test that requires the package we need # a noop test that requires the package we need
- role: standard-test-basic - role: standard-test-basic
required_packages:
- python3-devel # for pathfix during srpm prep
tests: tests:
- simple: - simple:
dir: . dir: .
run: "echo noop" run: "echo noop"
tags: tags:
- always - always
required_packages:
- python3-devel # for pathfix during srpm prep
- role: standard-test-source - role: standard-test-source
tags: tags:
- always - always