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
This commit is contained in:
parent
f26839db7a
commit
bf49b3f44b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user