Re: [PATCH 2/3] gnu: Add python-pytest-flakes.

2016-09-14 Thread Leo Famulari
On Sun, Sep 11, 2016 at 03:07:36PM +0100, Marius Bakke wrote: > * gnu/packages/python.scm (python-pytest-flakes, python2-pytest-flakes): > New variables. > +(description "Pytest plugin for efficiently checking python source > +with pyflakes.") I have the same question about removing

[PATCH 2/3] gnu: Add python-pytest-flakes.

2016-09-11 Thread Marius Bakke
* gnu/packages/python.scm (python-pytest-flakes, python2-pytest-flakes): New variables. --- gnu/packages/python.scm | 42 ++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 21eda38..bd70cb6 100644 ---