Re: [PATCH 04/10] gnu: Add python-pytest-flakes.

2016-04-21 Thread Hartmut Goebel
Am 21.04.2016 um 15:21 schrieb Ben Woodcroft: > +(arguments > + `(#:phases > + (modify-phases %standard-phases > + (add-after 'install 'post-install-check > + ;; 'setup.py test' does not run tests > + (lambda* (#:key inputs outputs #:allow-other-keys) > +

[PATCH 04/10] gnu: Add python-pytest-flakes.

2016-04-21 Thread Ben Woodcroft
* gnu/packages/python.scm (python-pytest-flakes, python2-pytest-flakes): New variables. --- gnu/packages/python.scm | 60 + 1 file changed, 60 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b5d1005..28b1ee0 100644