Skip to content

Commit 3fe7b74

Browse files
Deepdiff pin old version (#408)
Deepdiff pin old version Reviewed-by: Nikola Forró
2 parents 8aac26d + dd1065a commit 3fe7b74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ repos:
5050
- id: mypy
5151
args: [--show-error-codes, --ignore-missing-imports]
5252
additional_dependencies:
53-
[types-pkg_resources, types-requests, types-python-dateutil]
53+
[types-setuptools, types-requests, types-python-dateutil]
5454
- repo: https://github.com/teemtee/tmt.git
5555
rev: 1.31.0
5656
hooks:

plans/packit-integration.fmf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ adjust:
2424
- how: install
2525
package: python3-pip
2626
- how: shell
27-
script: pip3 install build deepdiff
27+
script: pip3 install build 'deepdiff < 8.0.0' # version 8.0.0 depends on numpy, avoid it
2828

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

0 commit comments

Comments
 (0)