lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit ac6819f4ad0143e2bd798911cf4bf69c660eb3a2
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Sun Jan 9 11:00:44 2022 +0100
gnu: python-blessed: Remove tox.ini.
* gnu/packages/python-xyz.scm (python-blessed)[arguments]: Add
'remove-tox.ini to #:phases.
---
gnu/packages/python-xyz.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2cd6e4313d..3279cac99f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26386,6 +26386,13 @@ placement and scaling of SVG figures and adding
markers, such as labels.")
;; Don't get hung up on Windows test failures.
(delete-file "blessed/win_terminal.py") #t))))
(build-system python-build-system)
+ (arguments
+ '(#:phases
+ (modify-phases %standard-phases
+ (add-before 'check 'remove-tox.ini
+ (lambda _
+ (delete-file "tox.ini")
+ #t)))))
(propagated-inputs
(list python-jinxed python-six python-wcwidth))
(native-inputs