Re: [PATCH 03/10] gnu: Add python-pytest-pep8.

2016-04-24 Thread Ben Woodcroft
On 22/04/16 04:26, Hartmut Goebel wrote: Am 21.04.2016 um 15:21 schrieb Ben Woodcroft: + (add-after 'install 'post-install-check + ;; 'setup.py test' does not run tests + (lambda* (#:key inputs outputs #:allow-other-keys) + (let ((out (assoc-ref outputs

Re: [PATCH 03/10] gnu: Add python-pytest-pep8.

2016-04-21 Thread Hartmut Goebel
Am 21.04.2016 um 15:21 schrieb Ben Woodcroft: > + (add-after 'install 'post-install-check > + ;; 'setup.py test' does not run tests > + (lambda* (#:key inputs outputs #:allow-other-keys) > + (let ((out (assoc-ref outputs "out"))) > + (setenv "PY

[PATCH 03/10] gnu: Add python-pytest-pep8.

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