diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-19 00:41:31 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-28 22:07:04 +0000 |
| commit | 4a2ffeb9184b554ba010ad37bb41ae5a7ce09169 (patch) | |
| tree | 23ed4429414994a3d2caa70cac2790301122a35d /gnu | |
| parent | e4e8bcb60d7a0955021feb6d39ecdabde5d9e9a6 (diff) | |
gnu: python-stpreview: Disable tests.
* gnu/packages/astronomy.scm (python-stpreview):
[arguments] <test-flags>: Disable as depends on older package version.
[native-inputs]: Remove python-pytest and python-roman-datamodels-0.28.
(python-rad-0.28,python-roman-datamodels-0.28): Delete variables.
Change-Id: Ie4e91b2e283795f6fcc4ab23caa819f7137dc794
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 35 |
1 files changed, 3 insertions, 32 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 2959be4fc89..52cb4495e1c 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -8376,19 +8376,6 @@ format, which are used by ASDF to serialize and deserialize data for the Nancy Grace Roman Space Telescope.") (license license:bsd-3))) -;; For python-stpreview@0.6.0, remove when a fresh version is released. -(define-public python-rad-0.28 - (hidden-package - (package - (inherit python-rad) - (version "0.28.0") - (source - (origin - (method url-fetch) - (uri (pypi-uri "rad" version)) - (sha256 - (base32 "0va7yfy3pcd6fp49ni7388lic3fv77n3qhvaxk6jw535v41by381"))))))) - (define-public python-radio-beam (package (name "python-radio-beam") @@ -8661,22 +8648,6 @@ for Roman since FITS format data files will not be used by the Roman calibration pipelines.") (license license:bsd-3))) -;; For python-stpreview@0.6.0, remove when a fresh version is released. -(define-public python-roman-datamodels-0.28 - (hidden-package - (package - (inherit python-roman-datamodels) - (version "0.28.1") - (source - (origin - (method url-fetch) - (uri (pypi-uri "roman_datamodels" version)) - (sha256 - (base32 "0j5y6d4zz1zyfwp05iwlvn0708hsh7phvp2j3zpi9pczljp78aw0")))) - (propagated-inputs - (modify-inputs (package-propagated-inputs python-roman-datamodels) - (replace "python-rad" python-rad-0.28)))))) - (define-public python-romancal (package (name "python-romancal") @@ -9898,10 +9869,10 @@ implementing calibration pipeline software.") (sha256 (base32 "1z7zpqyg7rl2sf311idzwckdshm86mkbbpknvq90gkxmqdaqas9q")))) (build-system pyproject-build-system) + (arguments + (list #:tests? #f)) ;depends on python-roman-datamodels@0.28 (native-inputs - (list python-pytest - python-roman-datamodels-0.28 - python-setuptools + (list python-setuptools python-setuptools-scm)) (propagated-inputs (list python-asdf |
