Skip to content

Commit

Permalink
Avoid deepdiff version 8.0.0 in packit tests
Browse files Browse the repository at this point in the history
It depends on numpy
  • Loading branch information
majamassarini committed Aug 28, 2024
1 parent 6e42e41 commit dd1065a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plans/packit-integration.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ adjust:
- how: install
package: python3-pip
- how: shell
script: pip3 install build deepdiff
script: pip3 install build 'deepdiff < 8.0.0' # version 8.0.0 depends on numpy, avoid it

- when: "distro == rhel-8 or distro == centos-8 or distro == centos-stream-8"
because: "packit doesn't support EL 8"
Expand Down

0 comments on commit dd1065a

Please sign in to comment.