[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#38652] [PATCH 3/5] gnu: Add python-ppft.
From: |
Ricardo Wurmus |
Subject: |
[bug#38652] [PATCH 3/5] gnu: Add python-ppft. |
Date: |
Wed, 18 Dec 2019 17:28:09 +0100 |
User-agent: |
mu4e 1.2.0; emacs 26.3 |
Hi Mădălin,
> * gnu/packages/python-xyz.scm (python-ppft): New variable.
[…]
> + (arguments
> + `(#:phases
> + (modify-phases %standard-phases
> + (replace 'check
> + (lambda _
> + (with-directory-excursion "/tmp"
> + (invoke "nosetests" "-v"))
> + #t)))))
This has the effect of not running the tests at all.
--
Ricardo