12 lines
366 B
Text
12 lines
366 B
Text
summary:
|
|
Unit & integration tests
|
|
discover+:
|
|
filter: tier:1
|
|
adjust:
|
|
- when: "distro == rhel-9 or distro == centos-9 or distro == centos-stream-9"
|
|
because: "flexmock is not in EPEL 9: https://bugzilla.redhat.com/show_bug.cgi?id=2120251"
|
|
prepare:
|
|
- how: install
|
|
package: python3-pip
|
|
- how: shell
|
|
script: pip3 install flexmock
|