Re: [PATCH 01/10] gnu: Add python-pytest-cov.

2016-01-04 Thread Ludovic Courtès
Efraim Flashner skribis: > From 29533e0bd8f50d3b7e46d3b3eabf090cfb1c87bd Mon Sep 17 00:00:00 2001 > From: Efraim Flashner > Date: Sun, 27 Dec 2015 09:00:14 +0200 > Subject: [PATCH 8/9] gnu: python-pytest-cov: Clarify description. > > * gnu/packages/python.scm (python-pytest-cov): Do it. LGTM.

Re: [PATCH 01/10] gnu: Add python-pytest-cov.

2015-12-31 Thread Ricardo Wurmus
Mathieu Lirzin writes: > Ricardo Wurmus writes: > >> Ah, I see, and someone already pushed the wrong version. The commit >> summary should probably be updated to mention this indentation change. > > I don't think so. The current policy is to silently fix indentation > when doing a significant

Re: [PATCH 01/10] gnu: Add python-pytest-cov.

2015-12-31 Thread Mathieu Lirzin
Ricardo Wurmus writes: > Ah, I see, and someone already pushed the wrong version. The commit > summary should probably be updated to mention this indentation change. > > ~~ Ricardo I don't think so. The current policy is to silently fix indentation when doing a significant change. -- Mathieu

Re: [PATCH 01/10] gnu: Add python-pytest-cov.

2015-12-30 Thread Ricardo Wurmus
Efraim Flashner writes: > On Wed, 30 Dec 2015 15:10:06 +0100 > Ricardo Wurmus wrote: > >> Efraim Flashner writes: >> >> [...] >> [...] >> >> >> [...] >> >> [...] >> >> > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm >> > index 6af2bce..50137bd 100644 >> > ---

Re: [PATCH 01/10] gnu: Add python-pytest-cov.

2015-12-30 Thread Efraim Flashner
On Wed, 30 Dec 2015 15:10:06 +0100 Ricardo Wurmus wrote: > Efraim Flashner writes: > > [...] > [...] > > > [...] > > [...] > > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > > index 6af2bce..50137bd 100644 > > --- a/gnu/packages/python.scm > > +++ b/gnu/packa

Re: [PATCH 01/10] gnu: Add python-pytest-cov.

2015-12-30 Thread Ricardo Wurmus
Efraim Flashner writes: > On Sun, 20 Dec 2015 14:43:47 +0100 > Ricardo Wurmus wrote: > >> Ah, so thats >> >> in both “load” and “each” modes. >> >> I read this unquoted and it didn’t make any sense at all. Maybe it’s >> sufficient to just quote the terms? Or if they are code keywords wr

Re: [PATCH 01/10] gnu: Add python-pytest-cov.

2015-12-27 Thread Efraim Flashner
On Sun, 20 Dec 2015 14:43:47 +0100 Ricardo Wurmus wrote: > Efraim Flashner writes: > > [...] > [...] > [...] > [...] > [...] > [...] > > Ah, so thats > > in both “load” and “each” modes. > > I read this unquoted and it didn’t make any sense at all. Maybe it’s > suffici

Re: [PATCH 01/10] gnu: Add python-pytest-cov.

2015-12-20 Thread Ricardo Wurmus
Efraim Flashner writes: > On Fri, 11 Dec 2015 15:03:39 +0100 > Ricardo Wurmus wrote: > >> Efraim Flashner writes: >> > ... >> > + (description >> > + "Pytest-cov produces coverage reports. It supports centralised >> > testing and >> > +distributed testing in both load and each modes. It

Re: [PATCH 01/10] gnu: Add python-pytest-cov.

2015-12-19 Thread Efraim Flashner
On Fri, 11 Dec 2015 15:03:39 +0100 Ricardo Wurmus wrote: > Efraim Flashner writes: > ... > > + (description > > + "Pytest-cov produces coverage reports. It supports centralised testing > > and > > +distributed testing in both load and each modes. It also supports coverage > > +of subproce

Re: [PATCH 01/10] gnu: Add python-pytest-cov.

2015-12-11 Thread Ricardo Wurmus
Efraim Flashner writes: > From 645f979af579abb97a69b1a8814034f4c2d9b499 Mon Sep 17 00:00:00 2001 > From: Efraim Flashner > Date: Mon, 23 Nov 2015 17:12:52 +0200 > Subject: [PATCH 01/10] gnu: Add python-pytest-cov. > * gnu/packages/python.scm (python-pytest-cov, python2-p

Re: [PATCH 01/10] gnu: Add python-pytest-cov.

2015-12-07 Thread Efraim Flashner
62D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted From 645f979af579abb97a69b1a8814034f4c2d9b499 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 23 Nov 2015 17:12:52 +0200 Subject: [PATCH 01/10] gnu: Add python-pytest-cov. * gnu/pack

Re: [PATCH 01/10] gnu: Add python-pytest-cov.

2015-12-03 Thread Ricardo Wurmus
Efraim Flashner writes: > + (build-system python-build-system) > + (inputs > + `(("python-coverage" ,python-coverage) > + ("python-pytest" ,python-pytest))) If these Python modules need to be available at runtime they really should be propagated-inputs. If they are needed at test time

[PATCH 01/10] gnu: Add python-pytest-cov.

2015-12-03 Thread Efraim Flashner
* gnu/packages/python.scm (python-pytest-cov, python2-pytest-cov): New variable. --- gnu/packages/python.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 3385393..d8fca79 100644 --- a/gnu/packages/python