Re: [PATCH 03/10] gnu: Add python-pytest-pep8.
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.
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