]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix some broken tests for Python 3 814/head
authorRobbie Harwood <rharwood@redhat.com>
Mon, 16 Jul 2018 20:44:01 +0000 (16:44 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 18 Jul 2018 19:57:37 +0000 (15:57 -0400)
commitd1fb3551c0dff5c3e6555b31fcbf04ff04d577fe
treefe15f18b32520961d54b66ae02645e6e9c725459
parent5d19f90f3216309c311507acbca2c8d0a286d632
Fix some broken tests for Python 3

Remove python2 dependencies in .travis.yml and add python3-paste.
Convert t_daemon.py and jsonwalker.py to python3.  csjon has no
python3 version, so replace it with python's built-in JSON module.

python3-pyrad isn't available for Trusty, so krad and OTP tests are
currently not exercised by Travis.

[ghudson@mit.edu: squashed commits; edited commit message]

ticket: 8710
.travis.yml
src/lib/krad/t_daemon.py
src/tests/jsonwalker.py