Skip to content

Commit

Permalink
Merge pull request #170 from TomasTomecek/update-packit
Browse files Browse the repository at this point in the history
simplify packit.yaml
  • Loading branch information
TomasTomecek authored Apr 11, 2023
2 parents 62a6d26 + ea74922 commit 723b82f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
13 changes: 5 additions & 8 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion sen.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion tests/full.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ require:
- python3-urwidtrees
- python3-docker
- python3-pytest
- python3-pytest-capturelog
- python3-flexmock
- python3-urwid
- python3-urwidtrees
Expand Down

0 comments on commit 723b82f

Please sign in to comment.