[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
170/223: gnu: python-tinycss: Move to pyproject-build-system.
From: |
guix-commits |
Subject: |
170/223: gnu: python-tinycss: Move to pyproject-build-system. |
Date: |
Thu, 17 Oct 2024 06:21:04 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit fdba0d6fcaee7cd2f53212382098474acd1974d4
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:53:32 2024 +0200
gnu: python-tinycss: Move to pyproject-build-system.
* gnu/packages/python-web.scm (python-tinycss):
[build-system]: Move to pyproject-build-system.
[arguments]<#:test-flags>: Ignore failing test.
Change-Id: I972a3c6390df5f8af79c952292db8a4e24a4aa33
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/python-web.scm | 16 +++-------------
1 file changed, 3 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 800830772b..7a0477add5 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6029,20 +6029,10 @@ the non-map-specific features. It can be used to
generate HTML + JS.")
(uri (pypi-uri "tinycss" version))
(sha256
(base32 "0vkifr595h28ymkjhrswwf0bm23lhznh5f44xyp7x7jy1ssnyc0j"))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'disable-flake8-isort
- ;; Flake8 and isort tests fail.
- (lambda _
- (substitute* "setup.cfg" ((" --flake8 --isort") ""))
- #t))
- (replace 'check
- (lambda _
- ;; Disable failing test.
- (invoke "python" "-m" "pytest" "-k"
- "not test_speedups"))))))
+ (list #:test-flags
+ '(list "-k" "not test_speedups")))
(native-inputs
(list python-pytest-cov python-pytest-flake8 python-pytest-isort
python-pytest-runner))
- 199/223: gnu: python-rich: Update to 13.7.1., (continued)
- 199/223: gnu: python-rich: Update to 13.7.1., guix-commits, 2024/10/17
- 202/223: gnu: python-uqbar: Improve package style., guix-commits, 2024/10/17
- 203/223: gnu: python-uqbar: Upgrade to python-team branch., guix-commits, 2024/10/17
- 216/223: gnu: python-matplotlib: Ignore failing tests., guix-commits, 2024/10/17
- 223/223: gnu: python-urllib3: Update to 2.2.1., guix-commits, 2024/10/17
- 73/223: gnu: Add python-hatch-jupyter-builder., guix-commits, 2024/10/17
- 130/223: gnu: python-mistune: Update to 3.0.2., guix-commits, 2024/10/17
- 139/223: gnu: python-black: Move to pyproject-build-system., guix-commits, 2024/10/17
- 146/223: gnu: vdirsyncer: Move to pyproject-build-system and enable tests., guix-commits, 2024/10/17
- 161/223: gnu: dynaconf: Improve package style., guix-commits, 2024/10/17
- 170/223: gnu: python-tinycss: Move to pyproject-build-system.,
guix-commits <=
- 175/223: gnu: python-amqp: Move to pyproject-build-system., guix-commits, 2024/10/17
- 176/223: gnu: python-sphinx-autodoc-typehints: Move to pyproject-build-system., guix-commits, 2024/10/17
- 187/223: gnu: python-jaraco-packaging: Move to pyproject-build-system., guix-commits, 2024/10/17
- 191/223: gnu: python-sparse: Move to pyproject-build-system., guix-commits, 2024/10/17
- 206/223: gnu: python-zope-i18nmessageid: Move to pyproject-build-system., guix-commits, 2024/10/17
- 208/223: gnu: borgmatic: Move to pyproject-build-system., guix-commits, 2024/10/17
- 197/223: gnu: python-flake8-isort: Move to pyproject-build-system., guix-commits, 2024/10/17
- 204/223: gnu: python-uqbar: Update to 0.6.9., guix-commits, 2024/10/17
- 214/223: gnu: python-warcio: Move to pyproject-build-system., guix-commits, 2024/10/17
- 215/223: gnu: python-certauth: Move to pyproject-build-system., guix-commits, 2024/10/17