[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72219] [PATCH 18/34] gnu: python-pytest-openfiles: Simplify package
From: |
Sharlatan Hellseher |
Subject: |
[bug#72219] [PATCH 18/34] gnu: python-pytest-openfiles: Simplify package. |
Date: |
Sat, 20 Jul 2024 23:40:41 +0100 |
* gnu/packages/python-check.scm (python-pytest-openfiles)
[build-system]: Swap to pyproject-build-system.
[arguments]: <#:phases>: Use default 'chck phase.
Change-Id: I3bbbacd8694afdfee020f11d37f5c035bdad73f9
---
gnu/packages/python-check.scm | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index b6e401b443..74e833686f 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -847,15 +847,7 @@ (define-public python-pytest-openfiles
(uri (pypi-uri "pytest_openfiles" version))
(sha256
(base32 "14x9f1l9a5ghf527i5qfcfa003mkrky1dhx2hfwq5nma9v1n0lgz"))))
- (build-system python-build-system)
- (arguments
- '(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key inputs outputs #:allow-other-keys)
- ;; Make the installed plugin discoverable by Pytest.
- (add-installed-pythonpath inputs outputs)
- (invoke "pytest" "-vv"))))))
+ (build-system pyproject-build-system)
(native-inputs
(list python-setuptools-scm python-pytest))
(propagated-inputs
--
2.41.0
- [bug#72219] [PATCH 08/34] gnu: python-asdf-zarr: Update to 0.0.4., (continued)
- [bug#72219] [PATCH 08/34] gnu: python-asdf-zarr: Update to 0.0.4., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 04/34] gnu: skymaker: Update to 3.10.5., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 03/34] gnu: cfitsio: Update to 4.4.1., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 02/34] gnu: Add python-pytest-8., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 05/34] gnu: skymaker: Fix indentation., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 06/34] gnu: stellarium: Update to 24.2., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 07/34] gnu: python-asdf: Update to 3.3.0., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 14/34] gnu: python-photutils: Update to 1.13.0., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 15/34] gnu: python-extension-helpers: Update to 1.1.1., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 20/34] gnu: python-stpipe: Improve indentation., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 18/34] gnu: python-pytest-openfiles: Simplify package.,
Sharlatan Hellseher <=
- [bug#72219] [PATCH 01/34] gnu: Add python-pluggy-next., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 21/34] gnu: python-stdatamodels: Update to 2.0.0., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 11/34] gnu: python-czml3: Update to 1.0.1., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 12/34] gnu: python-czml3: Adjust indentation., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 17/34] gnu: python-pytest-openfiles: Update to 0.6.0., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 19/34] gnu: python-stpipe: Update to 0.6.0., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 29/34] gnu: Add python-sbpy., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 23/34] gnu: python-tweakwcs: Update to 0.8.8., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 16/34] gnu: python-extension-helpers: Enable tests., Sharlatan Hellseher, 2024/07/20
- [bug#72219] [PATCH 34/34] gnu: Add python-sncosmo., Sharlatan Hellseher, 2024/07/20