From 0e752595db13e1c3b5c6248040e69da210a037a8 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Thu, 3 Nov 2016 19:52:55 -0700 Subject: tests_python34.py: bump to 3.4.5 Signed-off-by: Tim Orling --- tests/test_python34.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_python34.py b/tests/test_python34.py index 49095d3..5be21c1 100644 --- a/tests/test_python34.py +++ b/tests/test_python34.py @@ -36,7 +36,7 @@ class TestPython3Installed: return output def test_python3_installed(self, python3_version): - assert python3_version == 'Python 3.4.3\n' + assert python3_version == 'Python 3.4.5\n' class TestNewPython34Modules: -- cgit