From c42657189316c48069f8a1865b1f26349eb7f2fe Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Mon, 16 Mar 2026 13:59:48 +0100 Subject: [PATCH] gnu: python-deal-solver: Drop phase 'fix-pytest-config. * gnu/packages/python-check.scm (python-deal-solver)[arguments] <#:phases>: Drop phase 'fix-pytest-config. Change-Id: Ie57206231cb72ab63523ed9482b92acaf9e6463d Signed-off-by: Sharlatan Hellseher --- 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 bf0611a2e9..f123177159 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -985,13 +985,7 @@ much more.") ;; AssertionError: assert is ;; (string-append "--deselect=tests/test_types/test_set.py" - "::test_expr_asserts_ok[len({4, 5, 5, 6}) >= 3]")) - #:phases - #~(modify-phases %standard-phases - (add-after 'unpack 'fix-pytest-config - (lambda _ - (substitute* "pyproject.toml" - ((".*--cov.*") ""))))))) + "::test_expr_asserts_ok[len({4, 5, 5, 6}) >= 3]")))) (native-inputs (list python-pytest python-pytest-xdist