Skip to content

Commit 014d098

Browse files
Temporarily lock deepdiff version to fix CI failures (#282)
Temporarily lock deepdiff version to fix CI failures Reviewed-by: Maja Massarini
2 parents bcc670c + 0773252 commit 014d098

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plans/packit-integration.fmf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ adjust:
2424
- how: install
2525
package: python3-pip
2626
- how: shell
27-
script: pip3 install flexmock deepdiff
27+
# the version lock on deepdiff can be removed once this is resolved:
28+
# https://github.com/seperman/deepdiff/issues/416
29+
script: pip3 install flexmock deepdiff==6.3.1
2830

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

0 commit comments

Comments
 (0)