From 41a847ec3b03a249e2a4dc4fa198f2093d114ab7 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 20 Oct 2025 23:05:09 +0100 Subject: [PATCH] Configure Packit [skip changelog] --- packit.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packit.yaml diff --git a/packit.yaml b/packit.yaml new file mode 100644 index 0000000..cd280fc --- /dev/null +++ b/packit.yaml @@ -0,0 +1,13 @@ +upstream_project_url: https://github.com/pytest-dev/pytest-subtests +copy_upstream_release_description: false +upstream_tag_template: v{version} + +jobs: + - job: pull_from_upstream + trigger: release + dist_git_branches: + - fedora-rawhide + - job: koji_build + trigger: commit + dist_git_branches: + - fedora-all