guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit fc21188847cc2cd43842b048090f353f65444dde
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 16 13:59:23 2026 +0100
gnu: python-deal: Drop phase 'fix-pytest-config.
* gnu/packages/python-check.scm (python-deal)[arguments]<#:phases>:
Drop phase 'fix-pytest-config.
Change-Id: If97a9af823185330a2717b08f2b51d8ada9008ed
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-check.scm | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 6a0da36f43..935e6fd84c 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -941,13 +941,7 @@ cases.")
"test_typecheck_explicit_kwargs"))
;; Assertions are not equal.
"--deselect=tests/test_cli/test_test.py::test_no_violations"
- "--deselect=tests/test_doctest.py::test_doctest[test5]")
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'fix-pytest-config
- (lambda _
- (substitute* "pyproject.toml"
- ((".*--cov.*") "")))))))
+ "--deselect=tests/test_doctest.py::test_doctest[test5]")))
(native-inputs
(list python-flit-core
python-docstring-parser