python-specfile/plans/full.fmf
Nikola Forró d2678f28f1 [packit] 0.6.0 upstream release
Upstream tag: 0.6.0
Upstream commit: 42dc2924

Signed-off-by: Nikola Forró <nforro@redhat.com>
2022-08-31 15:25:54 +02:00

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