# HG changeset patch # User fschwarz # Date 1299279261 0 # Node ID bd4503892806a9d7f3551119d6b0f9d27454e985 # Parent 0effa7def3635f1d7de077bcf0103e6fee9dbbfe mention that pytz is not optional to run the automated tests (closes #249) diff --git a/INSTALL.txt b/INSTALL.txt --- a/INSTALL.txt +++ b/INSTALL.txt @@ -7,7 +7,8 @@ * Python 2.4 or later * CLDR 1.7 * Optional: setuptools 0.6b1 or later - * Optional: pytz (strongly recommended for real time-zone support) + * Optional: pytz (strongly recommended for real time-zone support, mandatory + to run the automated test suite) Installation