summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm8
1 files changed, 0 insertions, 8 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index ee0635eae09..e3bf7e226cc 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -11040,14 +11040,6 @@ Pyramid web framework.")
11040 (sha256 11040 (sha256
11041 (base32 "0v0571z2gby4apsalkdk83gs0d5mw79d56518h3bwwxzbq32kkns")))) 11041 (base32 "0v0571z2gby4apsalkdk83gs0d5mw79d56518h3bwwxzbq32kkns"))))
11042 (build-system pyproject-build-system) 11042 (build-system pyproject-build-system)
11043 (arguments
11044 (list
11045 #:phases
11046 #~(modify-phases %standard-phases
11047 (add-after 'unpack 'fix-pytest-config
11048 (lambda _
11049 (substitute* "pyproject.toml"
11050 ((" --cov --cov-report=term-missing") "")))))))
11051 (native-inputs 11043 (native-inputs
11052 (list python-pytest 11044 (list python-pytest
11053 python-setuptools)) 11045 python-setuptools))