Re: [PATCH 04/16] gnu: Add python-pytest-mock.

2016-09-11 Thread Efraim Flashner
On Sun, Sep 11, 2016 at 09:42:34PM +0200, David Craven wrote: > > + (inputs > > + `(("python2-mock" ,python2-mock) > > + ,@(package-inputs base)) > > Is python2-mock really an input and not a native-input? Actually, yes. I was a little suprised that the python3 version

Re: [PATCH 04/16] gnu: Add python-pytest-mock.

2016-09-11 Thread David Craven
> + (inputs > + `(("python2-mock" ,python2-mock) > + ,@(package-inputs base)) Is python2-mock really an input and not a native-input?

[PATCH 04/16] gnu: Add python-pytest-mock.

2016-09-11 Thread Efraim Flashner
* gnu/packages/python.scm (python-pytest-mock): New variable. --- gnu/packages/python.scm | 39 +++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index a340604..0886c4f 100644 --- a/gnu/packages/python.scm +++