From 912d768b61fd10a678b2a7e474c0f4eadb81fbcf Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Tue, 11 Apr 2023 13:24:39 +0200 Subject: [PATCH 1/2] simplify packit.yaml --- .packit.yaml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 528ac91..a05f3d3 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -3,15 +3,12 @@ specfile_path: sen.spec jobs: - job: copr_build trigger: pull_request - metadata: - targets: - - fedora-all + targets: + - fedora-all - job: tests trigger: pull_request - metadata: - targets: - - fedora-all + targets: + - fedora-all - job: propose_downstream trigger: release - metadata: - dist_git_branches: fedora-all + dist_git_branches: fedora-all From ea74922567cff08d6beb78fcf537a99c766ddb21 Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Tue, 11 Apr 2023 17:42:22 +0200 Subject: [PATCH 2/2] RPM packaging: drop pytest-capturelog The functionality was merged into pytest and the module is no longer available in new Fedora. Signed-off-by: Tomas Tomecek --- sen.spec | 1 - tests/full.fmf | 1 - 2 files changed, 2 deletions(-) diff --git a/sen.spec b/sen.spec index f99856a..3126064 100644 --- a/sen.spec +++ b/sen.spec @@ -32,7 +32,6 @@ Requires: python3-urwidtrees Requires: python3-docker %if %{with tests} BuildRequires: python3-pytest -BuildRequires: python3-pytest-capturelog BuildRequires: python3-flexmock BuildRequires: python3-urwid BuildRequires: python3-urwidtrees diff --git a/tests/full.fmf b/tests/full.fmf index dd461f2..9b73601 100644 --- a/tests/full.fmf +++ b/tests/full.fmf @@ -3,7 +3,6 @@ require: - python3-urwidtrees - python3-docker - python3-pytest -- python3-pytest-capturelog - python3-flexmock - python3-urwid - python3-urwidtrees