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
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
* 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
---