We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcc670c + 0773252 commit 014d098Copy full SHA for 014d098
plans/packit-integration.fmf
@@ -24,7 +24,9 @@ adjust:
24
- how: install
25
package: python3-pip
26
- how: shell
27
- script: pip3 install flexmock deepdiff
+ # 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
30
31
- when: "distro == rhel-8 or distro == centos-8 or distro == centos-stream-8"
32
because: "packit doesn't support EL 8"
0 commit comments