Re: [PATCH 0/2] git-p4: support python3 in the tests

2016-04-26 Thread Luke Diamand
On 25 April 2016 at 23:07, Junio C Hamano wrote: > Luke Diamand writes: > >> This patchset updates the git-p4 tests so that they work with >> either Python2 or Python3. >> >> Note that this does *not* fix git-p4 to work with Python3 - that's >> a much bigger

Re: [PATCH 0/2] git-p4: support python3 in the tests

2016-04-25 Thread Junio C Hamano
Luke Diamand writes: > This patchset updates the git-p4 tests so that they work with > either Python2 or Python3. > > Note that this does *not* fix git-p4 to work with Python3 - that's > a much bigger challenge. We use Python outside p4 tests (e.g. remote-svn test), and the

[PATCH 0/2] git-p4: support python3 in the tests

2016-04-23 Thread Luke Diamand
This patchset updates the git-p4 tests so that they work with either Python2 or Python3. Note that this does *not* fix git-p4 to work with Python3 - that's a much bigger challenge. Luke Diamand (2): git-p4 tests: cd to testdir before running python git-p4 tests: work with python3 as well as