From a2e4e22ce877fb1baba1354f763e07400e9c31ec Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sat, 12 Oct 2024 00:07:02 +0900 Subject: [PATCH] Drop unused tempest from test requirements None of the tests implemented in this repository depend on tempest. Change-Id: Ie06e1f3e3990ba5d167f5331cb12b845ab809e6b --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 875fa8b..ca03185 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,4 +6,3 @@ python-subunit>=1.0.0 # Apache-2.0/BSD stestr>=2.0.0 # Apache-2.0 testscenarios>=0.4 # Apache-2.0/BSD testtools>=2.2.0 # MIT -tempest>=17.1.0 # Apache-2.0