mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-twisted: Remove test artifacts.
* gnu/packages/python-xyz.scm (python-twisted)[arguments]<phases>: Extend check phase to clean up test artifacts. Change-Id: Ibbf04771dea4342fe66221a740a11ad9882b6038 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
fc1bbcf7bd
commit
06ec680418
1 changed files with 2 additions and 1 deletions
|
@ -22819,7 +22819,8 @@ format.")
|
||||||
(when tests?
|
(when tests?
|
||||||
(with-directory-excursion #$output
|
(with-directory-excursion #$output
|
||||||
(setenv "HOME" (getcwd))
|
(setenv "HOME" (getcwd))
|
||||||
(invoke "python3" "-m" "twisted.trial" "twisted"))))))))
|
(invoke "python3" "-m" "twisted.trial" "twisted")
|
||||||
|
(delete-file-recursively "_trial_temp"))))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-attrs
|
(list python-attrs
|
||||||
python-automat
|
python-automat
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue