From 427149eef2b3ab774021595a785a9706808b64b6 Mon Sep 17 00:00:00 2001 From: Roman Podolyaka Date: Tue, 30 Jul 2013 17:30:56 +0300 Subject: [PATCH] Add a workaround for pytz and pip>=1.4 pip versions >= 1.4 will not install pytz unless a minimum version containing a letter is specified (this workaround is taken from Babel Python library). Change-Id: Ic013fca82816cd89e446282d3936e38ea2c39274 --- test-requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 24d5626..b2ad36e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -21,5 +21,7 @@ testtools>=0.9.27 # NOTE: scripttest 1.0.1 removes base_path argument to ScriptTest scripttest==1.0 -pytz +# NOTE(rpodolyaka): This version identifier is currently necessary as +# pytz otherwise does not install on pip 1.4 or higher +pytz>=0a pysqlite