summaryrefslogtreecommitdiff
path: root/src/pytz/tests/test_tzinfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/pytz/tests/test_tzinfo.py')
-rw-r--r--src/pytz/tests/test_tzinfo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pytz/tests/test_tzinfo.py b/src/pytz/tests/test_tzinfo.py
index 0d673bc..8df730d 100644
--- a/src/pytz/tests/test_tzinfo.py
+++ b/src/pytz/tests/test_tzinfo.py
@@ -27,8 +27,8 @@ from pytz.tzinfo import DstTzInfo, StaticTzInfo # noqa
# I test for expected version to ensure the correct version of pytz is
# actually being tested.
-EXPECTED_VERSION = '2020.1'
-EXPECTED_OLSON_VERSION = '2020a'
+EXPECTED_VERSION = '2020.4'
+EXPECTED_OLSON_VERSION = '2020d'
fmt = '%Y-%m-%d %H:%M:%S %Z%z'