diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 766ebefa69..251fa0a5a3 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -10912,14 +10912,6 @@ error conditions before indicating a failure to the client.") (sha256 (base32 "173hg16hldfh5n3mn482xx64nldk308dzri31jd0qa4528cx4j41")))) (build-system pyproject-build-system) - (arguments - (list - #:phases - #~(modify-phases %standard-phases - (add-after 'unpack 'fix-pytest-config - (lambda _ - (substitute* "setup.cfg" - ((" --cov") ""))))))) (native-inputs (list python-pytest python-setuptools