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
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

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