1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 05:30:32 +02: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:
Jakob Kirsch
2025-04-14 21:18:24 +02:00
committed by Christopher Baines
parent fc1bbcf7bd
commit 06ec680418

View File

@@ -22819,7 +22819,8 @@ format.")
(when tests?
(with-directory-excursion #$output
(setenv "HOME" (getcwd))
(invoke "python3" "-m" "twisted.trial" "twisted"))))))))
(invoke "python3" "-m" "twisted.trial" "twisted")
(delete-file-recursively "_trial_temp"))))))))
(propagated-inputs
(list python-attrs
python-automat