guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 4f4c206c4fbe2b4559c32842248626dcaddaab96
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 16 14:07:37 2026 +0100
gnu: python-anaconda-cli-base: Drop phase 'fix-pytest-config.
* gnu/packages/python-xyz.scm (python-anaconda-cli-base)[arguments]
<#:phases>: Drop phase 'fix-pytest-config.
[native-inputs]: Replace python-pytest-8 by python-pytest. Add
python-types-requests.
Change-Id: Ie2f8c35497a0e17fd045166a34ea5a3269052e12
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2d47af16de..154b705bac 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -341,20 +341,13 @@
(sha256
(base32 "0r2cvz99vrvcm399qsfxiak5qb3mbr0kbvdrkbnm20l9lq2g18zr"))))
(build-system pyproject-build-system)
- (arguments
- (list
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'fix-pytest-config
- (lambda _
- (substitute* "pyproject.toml"
- ((".*--cov.*") "")))))))
(native-inputs
(list python-hatch-vcs
python-hatchling
- python-pytest-8
+ python-pytest
python-pytest-mock
- python-setuptools-scm))
+ python-setuptools-scm
+ python-types-requests))
(propagated-inputs
(list python-click
python-packaging