[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63176] [PATCH 09/10] gnu: python-pytest-astropy: Update to 0.10.0.
From: |
Felix Gruber |
Subject: |
[bug#63176] [PATCH 09/10] gnu: python-pytest-astropy: Update to 0.10.0. |
Date: |
Sat, 29 Apr 2023 17:08:39 +0000 |
* gnu/packages/python-check.scm (python-pytest-astropy): Update to 0.10.0.
[build-system]: Use pyproject-build-system.
[arguments]: Remove broken version check for pytest-remotedata.
---
gnu/packages/python-check.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 160d30179b..84d968e061 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -517,17 +517,19 @@ (define-public python-pytest-astropy
(uri (pypi-uri "pytest-astropy" version))
(sha256
(base32 "04g2rh261s3s6ym8mwi4iv2a6anbgwvwzcvkyilfck6yxrncdqw5"))))
- (build-system python-build-system)
+ (build-system pyproject-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.
+ ;; There is a bug somewhere that makes pytest-filter-subpackage
+ ;; and pytest-remotedata appear as version 0.0.0 to setup.py.
+ ;; Remove them from the requirements.
(add-after 'unpack 'remove-requirement
(lambda _
(substitute* "setup.cfg"
- ((".*pytest-filter-subpackage.*") "")))))))
+ ((".*pytest-filter-subpackage.*") "")
+ ((".*pytest-remotedata.*") "")))))))
(native-inputs
(list python-attrs python-pytest-mock python-setuptools-scm))
(propagated-inputs
--
2.39.2
[bug#63176] [PATCH 06/10] gnu: python-pytest-doctestplus: Update to 0.12.1., Felix Gruber, 2023/04/29
[bug#63176] [PATCH 05/10] gnu: python-dolfin-adjoint: Fix build., Felix Gruber, 2023/04/29
[bug#63176] [PATCH 07/10] gnu: python-pytest-httpx: Update to 0.22.0., Felix Gruber, 2023/04/29
[bug#63176] [PATCH 09/10] gnu: python-pytest-astropy: Update to 0.10.0.,
Felix Gruber <=
[bug#63176] [PATCH 04/10] gnu: hypre: Fix build., Felix Gruber, 2023/04/29
[bug#63176] [PATCH 01/10] gnu: python-mpi4py: Update to 3.1.4., Felix Gruber, 2023/04/29
[bug#63176] [PATCH 02/10] gnu: python-cftime: Update to 1.6.2., Felix Gruber, 2023/04/29
[bug#63176] [PATCH 10/10] gnu: python-astropy: Update to 5.2.2., Felix Gruber, 2023/04/29
[bug#63176] [PATCH 08/10] gnu: python-pytest-remotedata: Update to 0.4.0., Felix Gruber, 2023/04/29