[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
312/474: gnu: python-pytest-xprocess: Update to 1.0.2.
From: |
guix-commits |
Subject: |
312/474: gnu: python-pytest-xprocess: Update to 1.0.2. |
Date: |
Sat, 30 Nov 2024 18:20:44 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 5533532c4d6b24542b2eda2f20fbedb36f9473f9
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Nov 16 22:10:51 2024 +0000
gnu: python-pytest-xprocess: Update to 1.0.2.
* gnu/packages/check.scm (python-pytest-xprocess): Update to
1.0.2. Refresh style.
[build-system]: Swap to pyproject-build-system.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: Ia1fb63da8adc35284e2d0a529d12db7cd270cbaa
---
gnu/packages/check.scm | 27 +++++++++++++++------------
1 file changed, 15 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 3b52c67e30..fa4ea22dfe 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2666,22 +2666,25 @@ framework which enables you to test server connections
locally.")
(define-public python-pytest-xprocess
(package
(name "python-pytest-xprocess")
- (version "0.18.1")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "pytest-xprocess" version))
- (sha256
- (base32
- "0rm2rchrr63imn44xk5slwydxf8gvy579524qcxq7dc42pnk17zx"))))
- (build-system python-build-system)
+ (version "1.0.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pytest-xprocess" version))
+ (sha256
+ (base32 "03y61h42sc343ddhsz7glxmv9ga83k4grrayfmbbrsl6fmip1qhm"))))
+ (build-system pyproject-build-system)
(native-inputs
- (list python-setuptools-scm))
+ (list python-setuptools
+ python-setuptools-scm
+ python-wheel))
(propagated-inputs
(list python-pytest python-psutil))
- (synopsis "Pytest plugin to manage external processes across test runs")
- (description "Pytest-xprocess is an experimental py.test plugin for
managing
-processes across test runs.")
(home-page "https://github.com/pytest-dev/pytest-xprocess/")
+ (synopsis "Pytest plugin to manage external processes across test runs")
+ (description
+ "Pytest-xprocess is an experimental py.test plugin for managing processes
+across test runs.")
(license license:expat)))
(define-public python-pytest-subtesthack
- 296/474: gnu: python-pluggy: Update to 1.5.0., (continued)
- 296/474: gnu: python-pluggy: Update to 1.5.0., guix-commits, 2024/11/30
- 295/474: gnu: python-fast-histogram: Adjust inputs., guix-commits, 2024/11/30
- 299/474: gnu: Remove python-pytest-8., guix-commits, 2024/11/30
- 301/474: gnu: Remove python-pluggy-next., guix-commits, 2024/11/30
- 302/474: gnu: python-ptyprocess: Update to 0.7.0., guix-commits, 2024/11/30
- 306/474: gnu: python-pytest-forked: Disable tests., guix-commits, 2024/11/30
- 307/474: gnu: python-pytest-mock: Update to 3.14.0., guix-commits, 2024/11/30
- 308/474: gnu: python-filelock: Update to 3.16.1., guix-commits, 2024/11/30
- 309/474: gnu: python-pytest-xdist: Update to 3.6.1., guix-commits, 2024/11/30
- 310/474: gnu: python-coverage: Update to 7.6.7., guix-commits, 2024/11/30
- 312/474: gnu: python-pytest-xprocess: Update to 1.0.2.,
guix-commits <=
- 313/474: gnu: python-openpyxl: Update to 3.1.5., guix-commits, 2024/11/30
- 314/474: gnu: python-cffi: Update to 1.17.1., guix-commits, 2024/11/30
- 315/474: gnu: python-cffi: Improve package style., guix-commits, 2024/11/30
- 316/474: gnu: python-curio: Update to 1.6., guix-commits, 2024/11/30
- 318/474: gnu: python-jedi: Update to 0.19.2., guix-commits, 2024/11/30
- 323/474: gnu: python-tomli: Update to 2.1.0., guix-commits, 2024/11/30
- 322/474: gnu: python-flaky: Update to 3.8.1., guix-commits, 2024/11/30
- 328/474: gnu: python-cython-3: Update to 3.0.11., guix-commits, 2024/11/30
- 330/474: gnu: python-attrs: Update to 24.2.0., guix-commits, 2024/11/30
- 336/474: gnu: python-versioneer: Simplify tests., guix-commits, 2024/11/30