commit: 0328a7f18b1f5db9dad7df068a4a9302a1855d31
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 05:54:45 2018 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Tue May 29 05:54:45 2018 +0000
URL: https://gitweb.gentoo.org/proj/R_overlay.git/commit/?id=0328a7f1
Drop python2 support in tests.
bin/invoke_pyscript_multi.bash | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/invoke_pyscript_multi.bash b/bin/invoke_pyscript_multi.bash
index 8ed4ddc..d2fc9eb 100755
--- a/bin/invoke_pyscript_multi.bash
+++ b/bin/invoke_pyscript_multi.bash
@@ -6,7 +6,7 @@
# e.g. creates a R-overlay.conf.tests file.
#
-: ${PYTHON_IMPL:="python2.7 python3"}
+: ${PYTHON_IMPL:="python3"}
readonly SCRIPT=$(readlink -f "${BASH_SOURCE[0]?}")
readonly SCRIPT_NAME="${BASH_SOURCE[0]##*/}"