[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
323/397: gnu: Remove python-pytest-toolbox.
From: |
guix-commits |
Subject: |
323/397: gnu: Remove python-pytest-toolbox. |
Date: |
Thu, 16 Jan 2025 04:31:00 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit a41d63fc5d949fe8f7099b88ffac26380a43e31d
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Tue Jan 14 15:13:09 2025 +0800
gnu: Remove python-pytest-toolbox.
Archived in 2022.09, won't work with current pytest.
* gnu/packages/python-check.scm (python-pytest-toolbox): Remove variable.
Change-Id: I27ba20c3c4b796d3a78585fbec91a1ed04e33632
---
gnu/packages/python-check.scm | 37 -------------------------------------
1 file changed, 37 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index aabb939287..1027aa1a00 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1740,43 +1740,6 @@ rounds that are calibrated to the chosen timer.")
service processes for your tests with pytest.")
(license license:expat)))
-(define-public python-pytest-toolbox
- (package
- (name "python-pytest-toolbox")
- (version "0.4")
- (source
- (origin
- ;; No tests in the PyPI tarball.
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/samuelcolvin/pytest-toolbox")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "1wqkr3g5gmqdxmhzfsxbwy8pm3cadaj6a8cxq58w9bacly4hqbh0"))))
- (build-system pyproject-build-system)
- (arguments
- (list
- #:phases
- #~(modify-phases %standard-phases
- (add-before 'check 'pre-check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (substitute* "setup.cfg"
- ((".*timeout.*") ""))))))))
- (native-inputs
- (list python-pydantic
- python-pytest
- python-pytest-isort
- python-setuptools
- python-wheel))
- (home-page "https://github.com/samuelcolvin/pytest-toolbox")
- (synopsis "Numerous useful plugins for Pytest")
- (description
- "Pytest Toolbox contains many useful plugins for Pytest. Among them are
-new fixtures, new methods and new comparison objects.")
- (license license:expat)))
-
(define-public python-pytest-aiohttp
(package
(name "python-pytest-aiohttp")
- 393/397: gnu: python-flask-migrate: Update to 4.1.0., (continued)
- 393/397: gnu: python-flask-migrate: Update to 4.1.0., guix-commits, 2025/01/16
- 125/397: gnu: python-py-partiql-parser: Update to 0.6.1., guix-commits, 2025/01/16
- 157/397: gnu: python-pydantic-settings: Update to 2.7.1., guix-commits, 2025/01/16
- 178/397: gnu: python-flask-htpasswd: Update to 0.5.0., guix-commits, 2025/01/16
- 183/397: gnu: python-locust: Update to 2.32.5., guix-commits, 2025/01/16
- 191/397: gnu: python-liana-py: Update to 1.4.0., guix-commits, 2025/01/16
- 206/397: gnu: python-fastcluster: Add missing inputs., guix-commits, 2025/01/16
- 279/397: gnu: python-nampa: Add missing inputs., guix-commits, 2025/01/16
- 276/397: gnu: python-flask-socketio: Update to 5.5.1., guix-commits, 2025/01/16
- 305/397: gnu: python-zodbpickle: Fix build., guix-commits, 2025/01/16
- 323/397: gnu: Remove python-pytest-toolbox.,
guix-commits <=
- 296/397: gnu: Add python-xmlsec., guix-commits, 2025/01/16
- 291/397: gnu: python-pyvex: Add missing inputs., guix-commits, 2025/01/16
- 295/397: gnu: python-asgiref: Update to 3.8.1., guix-commits, 2025/01/16
- 390/397: gnu: python-gpxpy: Fix build., guix-commits, 2025/01/16
- 385/397: gnu: Remove python-lirc., guix-commits, 2025/01/16
- 369/397: gnu: python-acstools: Add missing inputs., guix-commits, 2025/01/16
- 354/397: gnu: python-rcssmin: Update to 1.2.0., guix-commits, 2025/01/16
- 348/397: gnu: python-dust-extinction: Add missing input., guix-commits, 2025/01/16
- 382/397: gnu: Add python-s3fs., guix-commits, 2025/01/16
- 353/397: gnu: python-sentry-sdk: Update to 1.5.5., guix-commits, 2025/01/16