From e4f2227dc4d8f6ead9bc9df1a72f5044a8e09317 Mon Sep 17 00:00:00 2001 From: Dave Woodfall Date: Thu, 6 May 2021 18:29:20 +0100 Subject: python/testtools: Fix REQUIRES for python2. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- python/testtools/README | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'python/testtools/README') diff --git a/python/testtools/README b/python/testtools/README index 9411dcbbb6..071bf96c3a 100644 --- a/python/testtools/README +++ b/python/testtools/README @@ -1,9 +1,10 @@ Extensions to the Python standard library unit testing framework -testtools is a set of extensions to the Python standard library’s unit -testing framework. These extensions have been derived from many years of -experience with unit testing in Python and come from many different sources. +testtools is a set of extensions to the Python standard library’s unit +testing framework. These extensions have been derived from many years of +experience with unit testing in Python and come from many different +sources. -Note: -There is a cyclic dependency between fixtures package and testtools package. -Since these are python libraries, one has to just install both of them. +Note: There is a cyclic dependency between fixtures package and +testtools package. Since these are python libraries, one has to just +install both of them. -- cgit v1.2.3