Skip to content

Commit

Permalink
Avoid deepdiff version 8.0.0 in packit tests (#854)
Browse files Browse the repository at this point in the history
Avoid deepdiff version 8.0.0 in packit tests

It depends on numpy

Reviewed-by: Nikola Forró
  • Loading branch information
2 parents 6464719 + 2d9efe3 commit ca18d97
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 @@ -31,7 +31,7 @@ repos:
- id: mypy
args: [--no-strict-optional, --ignore-missing-imports]
additional_dependencies:
[types-pkg_resources, types-requests, types-Deprecated]
[types-setuptools, types-requests, types-Deprecated]
- 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 @@ -25,7 +25,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 ca18d97

Please sign in to comment.