[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73915] [PATCH 28/42] gnu: python-pytest-mpl: Adjust inputs.
From: |
Sharlatan Hellseher |
Subject: |
[bug#73915] [PATCH 28/42] gnu: python-pytest-mpl: Adjust inputs. |
Date: |
Sun, 20 Oct 2024 20:52:30 +0100 |
* gnu/packages/python-check.scm (python-pytest-mpl) [native-inputs]: Add
python-setuptools-scm and python-wheel.
Change-Id: Ifbfdc080207832be6ad919aa1ee329bc0335694b
---
gnu/packages/python-check.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 4eb6cb1a10..ed83996177 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -995,7 +995,9 @@ (define-public python-pytest-mpl
(list
#:test-flags #~(list "-m" "mpl_image_compare")))
(native-inputs
- (list python-pytest))
+ (list python-pytest
+ python-setuptools-scm
+ python-wheel))
(propagated-inputs
(list python-jinja2
python-matplotlib
--
2.46.0
- [bug#73915] [PATCH 27/42] gnu: python-zodipy: Update to 1.1.0., (continued)
- [bug#73915] [PATCH 27/42] gnu: python-zodipy: Update to 1.1.0., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 29/42] gnu: Add python-astrodendro., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 26/42] gnu: python-tweakwcs: Update to 0.8.9., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 34/42] gnu: Add python-getdist., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 32/42] gnu: Add python-pysiril., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 31/42] gnu: Add python-hsluv., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 36/42] gnu: Add python-acstools., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 37/42] gnu: Add python-pycollada., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 35/42] gnu: Add python-coolest., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 39/42] gnu: Add iraf-community., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 28/42] gnu: python-pytest-mpl: Adjust inputs.,
Sharlatan Hellseher <=
- [bug#73915] [PATCH 42/42] gnu: python-webbpsf: Disable more failing tests., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 40/42] gnu: Add python-halotools., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 33/42] gnu: Add python-sirilic., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 41/42] gnu: python-statmorph: Skip failing tests., Sharlatan Hellseher, 2024/10/20
- [bug#73915] [PATCH 38/42] gnu: Add python-pymcubes., Sharlatan Hellseher, 2024/10/20
- bug#73915: [PATCH 00/42] Astronomy update 2024/10, Sharlatan Hellseher, 2024/10/30