Re: [PATCH 8/8] gnu: python-dulwich: Fix tests.

2017-01-17 Thread Hartmut Goebel
Am 17.01.2017 um 23:25 schrieb Danny Milosavljevic: > + ;(substitute* "dulwich/hooks.py" > + ; (("f[.]write[(]args[[]0[]][)]") > "f.write(args[0].encode('utf-8'))")) This is an interesting but quite unusual way to escape the special characters. I suggest using the more

Re: [PATCH 8/8] gnu: python-dulwich: Fix tests.

2017-01-17 Thread Danny Milosavljevic
Hi, On Tue, 17 Jan 2017 23:55:50 +0100 Marius Bakke wrote: > > + (setenv "TEST_RUNNER" "unittest") > > + (setenv "PYTHONHASHSEED" "random") > > + (and > > + ;; Test without c extensions > > + ;; FIXME someone

Re: [PATCH 8/8] gnu: python-dulwich: Fix tests.

2017-01-17 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/python.scm (python-dulwich)[arguments]: New field. > --- > gnu/packages/python.scm | 26 +- > 1 file changed, 25 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/python.scm

[PATCH 8/8] gnu: python-dulwich: Fix tests.

2017-01-17 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-dulwich)[arguments]: New field. --- gnu/packages/python.scm | 26 +- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index cd0a47043..232e033c7 100644 ---