summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Podolyaka <rpodolyaka@mirantis.com>2013-07-30 17:30:56 +0300
committerRoman Podolyaka <rpodolyaka@mirantis.com>2013-08-05 10:38:46 +0300
commit427149eef2b3ab774021595a785a9706808b64b6 (patch)
treedcb23cc4b3f09f32d836c26f7ef6251d731c6383
parentb5d64cdbe43a82df818250b780cc3c573560df1a (diff)
downloadsqalchemy-migrate-427149eef2b3ab774021595a785a9706808b64b6.tar.gz
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
-rw-r--r--test-requirements.txt4
1 files changed, 3 insertions, 1 deletions
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