Skip to content

Commit

Permalink
Revert "podman: install "rich" dependency"
Browse files Browse the repository at this point in the history
This reverts commit 0b1a59d.

Reason for revert: Upstream Fix available at containers/podman-py#351

Change-Id: Iadb74ffb5a747bd16e6acebd6a9c22b3b7198fd0
  • Loading branch information
artificial-intelligence authored and markgoddard committed Mar 18, 2024
1 parent ccc7684 commit 0b5088e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions tests/templates/globals-default.j2
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ docker_restart_policy: "no"
podman_debug: true
podman_registry_mirrors:
- {{ infra_dockerhub_mirror }}
podman_sdk_pip_packages:
- "podman>=4.7.0"
- rich
{% if need_build_image and is_previous_release %}
podman_registry: "primary:4000"
podman_registry_insecure: true
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/up
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
podman>=4.3.0,<5
rich
passenv = http_proxy,HTTP_PROXY,https_proxy,HTTPS_PROXY,no_proxy,NO_PROXY, \
OS_STDOUT_CAPTURE,OS_STDERR_CAPTURE,OS_LOG_CAPTURE,OS_TEST_TIMEOUT, \
PYTHON,OS_TEST_PATH,LISTOPT,IDOPTION
Expand Down

0 comments on commit 0b5088e

Please sign in to comment.