guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 78f9b1ca58a88db009bfd19b1e3bfca5382f4f9c
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 16 14:11:54 2026 +0100
gnu: python-async-timeout: Drop phase 'fix-pytest-config.
* gnu/packages/python-xyz.scm (python-async-timeout)[arguments]
<#:phases>: Drop phase 'fix-pytest-config.
Change-Id: I06cafe55f35351110409ffdf5cd74e3c0e677139
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c00c7af5b9..b989047956 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26384,15 +26384,6 @@ generators and Python 3.7's context managers into
Python 3.5.")
(sha256
(base32 "1lvparrx5sfnapaq4mwk0ai7kqrwg6h2ykc2gqc5wsjs7mx1lcnr"))))
(build-system pyproject-build-system)
- (arguments
- (list
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'fix-pytest-config
- (lambda _
- ;; Drop test coverage requirements
- (substitute* "setup.cfg"
- ((".*--cov.*") "")))))))
(native-inputs
(list python-pytest
python-pytest-asyncio