From 60d1e92f65792544112b0185617b8d90fb643507 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Sun, 25 Oct 2015 22:46:00 +1100 Subject: [PATCH] Revert "Add Pillow to test-requirements.txt" This reverts commit db322f2fcadcb1b9a9ac32892d49b02b5df78cd2. Adding Pillow to *requirements.txt was a temporary way to set the upper bound to < 3.0.0 nodepool thick slaves and requirements have been fixed and devstack is fixed in the patch that this depends on. Change-Id: Ifee1356f2539c8fa0ef51fb9c43c0d9c07ca4f86 Depends-On: I2bec8cf1bfeaaa6ae329704229fdeb86d26e55c7 --- test-requirements.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 4ae3eb389a..c68b2db0a7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,11 +2,6 @@ hacking>=0.9.2,<0.10 coverage>=3.6 sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 -# NOTE(tonyb) Pillow isn't directly needed but it's pulled in via -# Collecting Pillow (from blockdiag>=1.5.0->sphinxcontrib-blockdiag>=0.5.5 -# So cap as per global-requirements until https://launchpad.net/bugs/1501995 -# is properly fixed -Pillow>=2.4.0,<3.0.0 # MIT sphinxcontrib-blockdiag>=0.5.5 discover fixtures>=0.3.14