diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-02-12 09:41:22 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:14:35 +0100 |
| commit | 168f830b5a4c1c0bcca6a219b39e96ba35dbbf0a (patch) | |
| tree | 352ef540380e05951e57e2b6b4d21da7aa6a782f /gnu/packages/python-science.scm | |
| parent | 690797b40ac8a9c5625f20976e19ec5da998731e (diff) | |
gnu: python-pandas-flavor: Improve python-pytest-cov removal.
* gnu/packages/python-science.scm (python-pandas-flavor)[arguments]:
Drop them.
Change-Id: I3c83750eeb95b755c6160fc10b0d34cb8fd9a465
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 04ce9ad4c7f..b2d254bd8fe 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -5342,14 +5342,6 @@ SCS (Splitting conic solver) library.") | |||
| 5342 | (base32 | 5342 | (base32 |
| 5343 | "0rn3pnracv8013j3f737qal3isf1brbc3mpxqhr03vik322sapr5")))) | 5343 | "0rn3pnracv8013j3f737qal3isf1brbc3mpxqhr03vik322sapr5")))) |
| 5344 | (build-system pyproject-build-system) | 5344 | (build-system pyproject-build-system) |
| 5345 | (arguments | ||
| 5346 | (list | ||
| 5347 | #:phases | ||
| 5348 | #~(modify-phases %standard-phases | ||
| 5349 | (add-after 'unpack 'fix-pytest-config | ||
| 5350 | (lambda _ | ||
| 5351 | (substitute* "pyproject.toml" | ||
| 5352 | (("addopts = .*") ""))))))) | ||
| 5353 | (native-inputs | 5345 | (native-inputs |
| 5354 | (list python-pytest | 5346 | (list python-pytest |
| 5355 | python-setuptools | 5347 | python-setuptools |
