1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-11 07:30:38 +02:00

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 <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-03-16 13:59:48 +01:00
committed by Sharlatan Hellseher
parent db9138573e
commit c426571893

View File

@@ -985,13 +985,7 @@ much more.")
;; AssertionError: assert <Conclusion.SKIP: 'skipped'> is
;; <Conclusion.OK: 'proved!'>
(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