Skip to content

Commit

Permalink
Deepdiff pin old version (#408)
Browse files Browse the repository at this point in the history
Deepdiff pin old version

Reviewed-by: Nikola Forró
  • Loading branch information
softwarefactory-project-zuul[bot] authored Aug 28, 2024
2 parents 8aac26d + dd1065a commit 3fe7b74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ repos:
- id: mypy
args: [--show-error-codes, --ignore-missing-imports]
additional_dependencies:
[types-pkg_resources, types-requests, types-python-dateutil]
[types-setuptools, types-requests, types-python-dateutil]
- repo: https://github.com/teemtee/tmt.git
rev: 1.31.0
hooks:
Expand Down
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 3fe7b74

Please sign in to comment.