Skip to content

Commit

Permalink
Temporarily lock deepdiff version to fix CI failures
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola Forró <nforro@redhat.com>
  • Loading branch information
nforro committed Sep 1, 2023
1 parent bcc670c commit 0773252
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plans/packit-integration.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ adjust:
- how: install
package: python3-pip
- how: shell
script: pip3 install flexmock deepdiff
# the version lock on deepdiff can be removed once this is resolved:
# https://github.com/seperman/deepdiff/issues/416
script: pip3 install flexmock deepdiff==6.3.1

- 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 0773252

Please sign in to comment.