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