- Resolves: rhbz#2310376 Upstream tag: 0.101.0 Upstream commit: 4bd2dc81 Commit authored by Packit automation (https://packit.dev/)
23 lines
998 B
Text
23 lines
998 B
Text
summary: Unit, integration & functional tests.
|
|
discover+:
|
|
filter: tag:full
|
|
adjust:
|
|
- when: "initiator == packit"
|
|
because: "have the latest builds of ogr and specfile available for upstream test jobs"
|
|
prepare+:
|
|
# enable packit-dev Copr repo to get the latest builds of ogr and specfile
|
|
- how: install
|
|
copr: packit/packit-dev
|
|
# make sure the Copr repo has higher priority than TF Tag Repository
|
|
- how: shell
|
|
script: sed -i -n '/^priority=/!p;$apriority=5' /etc/yum.repos.d/*:packit:packit-dev.repo
|
|
# upgrade ogr and specfile in case they are already installed
|
|
- how: shell
|
|
script: dnf -y upgrade python3-ogr python3-specfile
|
|
- when: "distro == rhel-9 or distro == centos-9 or distro == centos-stream-9"
|
|
because: "build and deepdiff are not in EPEL 9"
|
|
prepare+:
|
|
- how: install
|
|
package: python3-pip
|
|
- how: shell
|
|
script: pip3 install build 'deepdiff < 8.0.0' # version 8.0.0 depends on numpy
|