lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit ade125ac181e1374d633cfd84e30ec140c3509f0
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 ce4e990ba8..38de7b7847 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25290,6 +25290,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