]> git.ipfire.org Git - thirdparty/krb5.git/commit
Require Python 3.2.4 for test scripts 961/head
authorGreg Hudson <ghudson@mit.edu>
Thu, 1 Aug 2019 21:55:42 +0000 (17:55 -0400)
committerGreg Hudson <ghudson@mit.edu>
Fri, 2 Aug 2019 19:23:46 +0000 (15:23 -0400)
commitdd402f9f868da110df64db42ec10335d7c96d14f
tree6c7a23ca80c1dcb4e9a3d84d899e8a59fb78239b
parentad6ba3a46b07aee4a8bb44ec4fb4cdc320edaa5a
Require Python 3.2.4 for test scripts

In Python 3 releases before 3.2.4, the subprocess.Popen.communicate
method does not accept string inputs when universal_newlines=True is
set (see https://bugs.python.org/issue16903).

Also substitute the minimum Python version displayed by "make
check-pytests-no" from configure.ac to help keep it in sync with the
minimum version we check for.
src/Makefile.in
src/configure.ac