From f1023cfa45e04f0aa915d0c20beb2734933d0f60 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Wed, 23 Aug 2017 08:33:56 +0200 Subject: [PATCH] Remove Pillow from test-requirements It is not used. Change-Id: Ie825a216d302cc9024c07f3d189e1d8ea8daff9c --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index c607755..1d9f1d6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,6 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -Pillow>=2.4.0 # PIL License sphinx>=1.6.2 # BSD mock>=2.0.0 # BSD coverage!=4.4,>=4.0 # Apache-2.0