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
|
packages: libinput
|
||||||
tags:
|
tags:
|
||||||
- classic # running this with always doesn't do anything
|
- 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
|
- role: standard-test-source
|
||||||
tags:
|
tags:
|
||||||
- always
|
- always
|
||||||
@ -57,5 +46,6 @@
|
|||||||
- check-devel
|
- check-devel
|
||||||
- systemd-devel
|
- systemd-devel
|
||||||
- valgrind
|
- valgrind
|
||||||
|
- python3-devel # for pathfix during srpm prep
|
||||||
tests:
|
tests:
|
||||||
- libinput-test-suite
|
- libinput-test-suite
|
||||||
|
Loading…
Reference in New Issue
Block a user