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
# 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