Blame SOURCES/0026-tests-Switch-test-runner-to-Python3.patch

0dfa60
From 9380eba133bcc941437e2b0d664f550f6854d63b Mon Sep 17 00:00:00 2001
0dfa60
Message-Id: <9380eba133bcc941437e2b0d664f550f6854d63b.1566225007.git.aquini@redhat.com>
0dfa60
In-Reply-To: <d42f467a923dfc09309acb7a83b42e3285fbd8f4.1566225007.git.aquini@redhat.com>
0dfa60
References: <d42f467a923dfc09309acb7a83b42e3285fbd8f4.1566225007.git.aquini@redhat.com>
0dfa60
From: David Gibson <david@gibson.dropbear.id.au>
0dfa60
Date: Sat, 17 Aug 2019 20:59:50 +1000
0dfa60
Subject: [RHEL7 PATCH 26/31] tests: Switch test runner to Python3
0dfa60
0dfa60
Python2 has been end-of-life for a while now, and some distros are no
0dfa60
longer installing it by default.
0dfa60
0dfa60
Previous cleanups mean the script is now both valid Python2 and Python3,
0dfa60
so we can simply change the interpreter.
0dfa60
0dfa60
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
0dfa60
Signed-off-by: Eric B Munson <eric@munsonfam.org>
0dfa60
Signed-off-by: Rafael Aquini <aquini@redhat.com>
0dfa60
---
0dfa60
 tests/run_tests.py | 2 +-
0dfa60
 1 file changed, 1 insertion(+), 1 deletion(-)
0dfa60
0dfa60
diff --git a/tests/run_tests.py b/tests/run_tests.py
0dfa60
index 2847417..018264d 100755
0dfa60
--- a/tests/run_tests.py
0dfa60
+++ b/tests/run_tests.py
0dfa60
@@ -1,4 +1,4 @@
0dfa60
-#! /usr/bin/python2
0dfa60
+#! /usr/bin/python3
0dfa60
 
0dfa60
 from __future__ import print_function
0dfa60
 from __future__ import division
0dfa60
-- 
0dfa60
1.8.3.1
0dfa60