[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63136] [PATCH 07/14] gnu: python-pytest-astropy: Simplify package.
From: |
Sharlatan Hellseher |
Subject: |
[bug#63136] [PATCH 07/14] gnu: python-pytest-astropy: Simplify package. |
Date: |
Fri, 28 Apr 2023 00:43:06 +0100 |
* gnu/package/python-check.scm (python-pytest-astropy): Simplify package.
[arguments]<phases>: Remove remove-requirement phase.
---
gnu/packages/python-check.scm | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 3be8920e3c..b5a68143f3 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -518,16 +518,7 @@ (define-public python-pytest-astropy
(sha256
(base32 "04g2rh261s3s6ym8mwi4iv2a6anbgwvwzcvkyilfck6yxrncdqw5"))))
(build-system python-build-system)
- (arguments
- `(#:tests? #f ; there are no tests
- #:phases
- (modify-phases %standard-phases
- ;; There is a bug somewhere that makes pytest-filter-subpackage appear
- ;; as version 0.0.0 to setup.py. Remove it from the requirements.
- (add-after 'unpack 'remove-requirement
- (lambda _
- (substitute* "setup.cfg"
- ((".*pytest-filter-subpackage.*") "")))))))
+ (arguments (list #:tests? #f)) ; there are no tests
(native-inputs
(list python-attrs python-pytest-mock python-setuptools-scm))
(propagated-inputs
--
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, 2023/04/27
- [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 <=
- [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