diff options
| author | Jakob Kirsch <jakob.kirsch@web.de> | 2025-04-14 21:18:24 +0200 |
|---|---|---|
| committer | Christopher Baines <mail@cbaines.net> | 2025-04-27 13:17:25 +0100 |
| commit | 06ec680418a722247af4f78f06da34a70af06462 (patch) | |
| tree | c76cd3ede8e72f6a2620ac03480a4dddbea96425 /gnu/packages/python-xyz.scm | |
| parent | fc1bbcf7bd2756e22fe4db09df5727480ee9c4b2 (diff) | |
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>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c63a0a7708..da9af4d1ec 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |
