[packit] 0.7.0 upstream release

Upstream tag: 0.7.0
Upstream commit: e121363b

Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
Packit 2022-10-07 14:31:27 +00:00
commit 9219e57195
7 changed files with 18 additions and 13 deletions

View file

@ -2,11 +2,11 @@ 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
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

View file

@ -1,6 +1,6 @@
discover:
how: fmf
url: https://github.com/packit/specfile.git
ref: 42dc29249c577e6adfadca0d0a7953c3ffcd4a67
ref: e121363bba69e8fcc49eac8df4d6ef60ef1acf69
execute:
how: tmt