From 8821e60b3b645f0ae1ef16347609a044b42a6d1a Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Thu, 27 May 2021 16:08:59 +0200 Subject: [PATCH] Removing python-tripleoclient Preparation for the reqcheck job merge, as it fails if the package is listed in the requirements. Depends-On: https://review.opendev.org/c/openstack/tripleo-validations/+/793154 Signed-off-by: Jiri Podivin Change-Id: I4da57b0832eb385d96b27c633e01384d4e07b88b (cherry picked from commit d2ff5116e5c05dcc76325fa21d73078932330d19) --- requirements.txt | 1 - test-requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7c0b81be2..4acdf4e75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,6 @@ python-heatclient>=1.10.0 # Apache-2.0 python-glanceclient>=2.9.1 # Apache-2.0 python-ironicclient>=2.7.0 # Apache-2.0 python-ironic-inspector-client>=3.1.1 # Apache-2.0 -python-tripleoclient>=15.0.0 # Apache-2.0 os-net-config>=7.1.0 # Apache-2.0 oslo.utils>=3.40.2 # Apache-2.0 six>=1.11.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index fa524d1ba..fbb1c7e1c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -17,4 +17,3 @@ pre-commit # MIT stestr>=3.0.1 # Apache-2.0 mock>=4.0.3 # BSD requests-mock>=1.8.0 # Apache-2.0 -python-tripleoclient>=15.0.0 # Apache-2.0