On Mon, Dec 9, 2019 at 7:03 AM Ben Keene <seraphire@xxxxxxxxx> wrote: > I downloaded your code and it looks like it works for Python 2.7. I'm > seeing errors with the following tests: > > * 9816.5 > ... I'm not sure why those would fail for your local environment but not in CI. I've just pushed an updated PR to GitHub which is now passing all tests on python-3.5. Give that a go. If tests are still failing for you, it'd be good to get the verbose output from the specific test scripts. They don't tell us much without it. e.g.: ~/git.git/t $ : ./t9816-git-p4-locked.sh --verbose Thanks, Yang