Upstream tag: 0.6.0 Upstream commit: 42dc2924 Signed-off-by: Nikola Forró <nforro@redhat.com>
12 lines
249 B
Text
12 lines
249 B
Text
summary:
|
|
Unit & integration tests
|
|
discover+:
|
|
filter: tier:1
|
|
prepare:
|
|
# flexmock is not in EPEL 9, install it from PyPI
|
|
- name: pip
|
|
how: install
|
|
package: python3-pip
|
|
- name: flexmock
|
|
how: shell
|
|
script: pip3 install flexmock
|