summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2016-11-03 19:52:55 -0700
committerTim Orling <timothy.t.orling@linux.intel.com>2016-11-03 19:52:55 -0700
commit0e752595db13e1c3b5c6248040e69da210a037a8 (patch)
treec413183e65f46c0a0b718e02b6ef7162342431b9
parent5fb8a77f7c8dab97c7afd80066e98ed5af36a2aa (diff)
downloadepel6-testing-container-0e752595db13e1c3b5c6248040e69da210a037a8.tar.gz
epel6-testing-container-0e752595db13e1c3b5c6248040e69da210a037a8.tar.xz
epel6-testing-container-0e752595db13e1c3b5c6248040e69da210a037a8.zip
tests_python34.py: bump to 3.4.5HEADmaster
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
-rw-r--r--tests/test_python34.py2
1 files changed, 1 insertions, 1 deletions
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: