[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63136] [PATCH 06/14] gnu: pytest-filter-subpackage: Update to 0.1.2
From: |
Sharlatan Hellseher |
Subject: |
[bug#63136] [PATCH 06/14] gnu: pytest-filter-subpackage: Update to 0.1.2. |
Date: |
Fri, 28 Apr 2023 00:43:05 +0100 |
* gnu/packages/python-check.scm (pytest-filter-subpackage): Update to
0.1.2.
[build-system]: Use pyproject-build-system.
[arguments]: Drop no more required phases.
[native-inputs]: Add python-setuptools-scm.
---
gnu/packages/python-check.scm | 22 +++++++---------------
1 file changed, 7 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index dd0600a2fc..3be8920e3c 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -633,27 +633,19 @@ (define-public python-pytest-exploratory
(define-public python-pytest-filter-subpackage
(package
(name "python-pytest-filter-subpackage")
- (version "0.1.1")
+ (version "0.1.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytest-filter-subpackage" version))
(sha256
- (base32 "1s4s2kd31yc65rfvl4xhy8xx806xhy59kc7668h6b6wq88xgrn5p"))))
- (build-system python-build-system)
- (arguments
- '(;; One test is failing. There's an issue reported upstream. See
- ;; https://github.com/astropy/pytest-filter-subpackage/issues/3.
- ;; Disable it for now.
- #: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" "-k" "not test_with_rst"))))))
+ (base32 "10hpl3f7g2bm29lakmp8492b7lr0dp90khfni12m4gl02xks7bhz"))))
+ (build-system pyproject-build-system)
(native-inputs
- (list python-pytest python-pytest-cov python-pytest-doctestplus))
+ (list python-pytest
+ python-pytest-cov
+ python-pytest-doctestplus
+ python-setuptools-scm))
(home-page "https://github.com/astropy/pytest-filter-subpackage")
(synopsis "Pytest plugin for filtering based on sub-packages")
(description
--
2.39.2
- [bug#63136] [PATCH 00/14]: python-astropy: Update to 5.2.2, fix build., Sharlatan Hellseher, 2023/04/27
- [bug#63136] [PATCH 01/14] gnu: python-pytest-doctestplus: Update to 0.12.1., Sharlatan Hellseher, 2023/04/27
- [bug#63136] [PATCH 03/14] gnu: Sort use-module alphabetically in (gnu packages geo)., Sharlatan Hellseher, 2023/04/27
- [bug#63136] [PATCH 04/14] gnu: Add python-h3., Sharlatan Hellseher, 2023/04/27
- [bug#63136] [PATCH 02/14] gnu: Add h3., Sharlatan Hellseher, 2023/04/27
- [bug#63136] [PATCH 06/14] gnu: pytest-filter-subpackage: Update to 0.1.2.,
Sharlatan Hellseher <=
- [bug#63136] [PATCH 05/14] gnu: Add python-timezonefinder., Sharlatan Hellseher, 2023/04/27
- [bug#63136] [PATCH 07/14] gnu: python-pytest-astropy: Simplify package., Sharlatan Hellseher, 2023/04/27
- [bug#63136] [PATCH 08/14] gnu: python-extension-helpers: Update to 1.0.0., Sharlatan Hellseher, 2023/04/27
- [bug#63136] [PATCH 10/14] gnu: python-skyfield: Update to 1.46., Sharlatan Hellseher, 2023/04/27
- [bug#63136] [PATCH 12/14] gnu: python-pytest-arraydiff: Update to 0.5.0., Sharlatan Hellseher, 2023/04/27
- [bug#63136] [PATCH 14/14] gnu: python-astropy: Update to 5.2.2, fix build., Sharlatan Hellseher, 2023/04/27
- [bug#63136] [PATCH 09/14] gnu: python-jplephem: Update to 2.18., Sharlatan Hellseher, 2023/04/27
- [bug#63136] [PATCH 11/14] gnu: python-pytest-remotedata: Update to 0.4.0., Sharlatan Hellseher, 2023/04/27
- [bug#63136] [PATCH 13/14] gnu: python-pytest-mpl: Update to 0.16.1., Sharlatan Hellseher, 2023/04/27