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.
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
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
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
>> > ---
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
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
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
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
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
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
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
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
* 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
13 matches
Mail list logo