From 2a7f301f72ef4e4cd960a091368f4e0a177c7a32 Mon Sep 17 00:00:00 2001 From: Alexandre Detiste Date: Thu, 18 Jan 2024 21:37:21 +0100 Subject: [PATCH] remove reference to old unittest2 Change-Id: If97d79d2746dc6ccc5eb0e42102d912e93392259 --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 238c00f..11cc38e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,4 +8,3 @@ oslo.config>=5.2.0 # Apache-2.0 pylint==1.4.5 # GPLv2 testrepository>=0.0.18 # Apache-2.0/BSD testtools>=2.2.0 # MIT -unittest2>=1.1.0 # BSD