[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
129/150: gnu: python-blessed: Remove tox.ini.
From: |
guix-commits |
Subject: |
129/150: gnu: python-blessed: Remove tox.ini. |
Date: |
Sun, 24 Apr 2022 05:12:40 -0400 (EDT) |
lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit ac6819f4ad0143e2bd798911cf4bf69c660eb3a2
Author: Lars-Dominik Braun <lars@6xq.net>
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
- 138/150: gnu: python-igraph: Fix #:configure-flags., (continued)
- 138/150: gnu: python-igraph: Fix #:configure-flags., guix-commits, 2022/04/24
- 141/150: gnu: python-pypa-build: Move inputs to propagated inputs., guix-commits, 2022/04/24
- 149/150: gnu: python-pytest-aiohttp: Disable tests., guix-commits, 2022/04/24
- 131/150: gnu: python-cloudpickle-testpkg: Disable tests., guix-commits, 2022/04/24
- 38/150: gnu: pybind11: Add python-setuptools., guix-commits, 2022/04/24
- 118/150: gnu: python-asyncmy: Add missing build input., guix-commits, 2022/04/24
- 144/150: gnu: python-lsp-jsonrpc: Add missing test input., guix-commits, 2022/04/24
- 41/150: gnu: python-pytest-cache: Disable tests., guix-commits, 2022/04/24
- 128/150: gnu: python-bitarray: Disable tests., guix-commits, 2022/04/24
- 130/150: gnu: python-bx-python: Disable tests., guix-commits, 2022/04/24
- 129/150: gnu: python-blessed: Remove tox.ini.,
guix-commits <=
- 19/150: gnu: python-ppmd-cffi: Remove unused inputs., guix-commits, 2022/04/24
- 42/150: gnu: python-pytest-xprocess: Disable tests., guix-commits, 2022/04/24
- 113/150: gnu: python-typer: Add missing build input., guix-commits, 2022/04/24
- 121/150: gnu: python-pymol: Convert #:configure-flags and disable tests., guix-commits, 2022/04/24
- 125/150: gnu: python-asyncpg: Disable tests., guix-commits, 2022/04/24