Upstream tag: 0.34.2 Upstream commit: 875f03ed Commit authored by Packit automation (https://packit.dev/)
18 lines
531 B
Text
18 lines
531 B
Text
summary:
|
|
Unit & integration tests
|
|
discover+:
|
|
filter: tier:1
|
|
adjust:
|
|
- when: "distro == rhel-8"
|
|
because: "only platform-python is installed on RHEL 8 by default"
|
|
prepare+:
|
|
- how: install
|
|
package: python3
|
|
|
|
- when: "distro == rhel-10 or distro == centos-10 or distro == centos-stream-10"
|
|
because: "flexmock is not in EPEL 10: https://bugzilla.redhat.com/show_bug.cgi?id=2351835"
|
|
prepare+:
|
|
- how: install
|
|
package: python3-pip
|
|
- how: shell
|
|
script: pip3 install flexmock
|