diff options
| -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 |
