diff options
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 |