diff options
author | Mark Wiebe <mwwiebe@gmail.com> | 2011-08-19 08:19:06 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2011-08-27 07:26:57 -0600 |
commit | 066f095cb8755a434dbbeb7ce265384b2d06b30b (patch) | |
tree | a193c3c933e5fb32e7433612c611371522010012 /numpy | |
parent | df907e63e4886904a7e47491dfd6c3efc9a40c08 (diff) | |
download | numpy-066f095cb8755a434dbbeb7ce265384b2d06b30b.tar.gz |
TST: datetime: Change pytz warning message about skipping pytz tests
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/tests/test_datetime.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/tests/test_datetime.py b/numpy/core/tests/test_datetime.py index a624768b6..44ef60ee3 100644 --- a/numpy/core/tests/test_datetime.py +++ b/numpy/core/tests/test_datetime.py @@ -1310,7 +1310,7 @@ class TestDateTime(TestCase): '2010-02-15') except ImportError: import warnings - warnings.warn("Need pytz library to test datetime timezones") + warnings.warn("pytz not found, pytz compatibility tests skipped") def test_datetime_arange(self): # With two datetimes provided as strings |