aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-11-27 00:36:58 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 20:28:39 +0000
commit8d60e7088c3a8dd72297f05303deaecf3ab89fb3 (patch)
tree88203cc5926d67c581f74ea29c6849039077624f /gnu/packages/python-web.scm
parentdaf198444b6eca9b850e818843194dca88a8e318 (diff)
downloadguix-8d60e7088c3a8dd72297f05303deaecf3ab89fb3.tar.gz
guix-8d60e7088c3a8dd72297f05303deaecf3ab89fb3.zip
gnu: python-openapi-spec-validator: Delete sanity check.
* gnu/packages/python-web.scm (python-openapi-spec-validator): Delete sanity check. Change-Id: I80d575155cf7920f0d2f6e9460a7e40d496c080c
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 02a349d1cc..7867f2b164 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2328,6 +2328,9 @@ JSON Schema Specification Draft 2020-12.
"-k" "not example")
#:phases
#~(modify-phases %standard-phases
+ ;; Requirement.parse('jsonschema-specifications<2024.0.0,>=2023.5.2'),
+ ;; {'openapi-schema-validator'})
+ (delete 'sanity-check)
(add-after 'unpack 'remove-coverage-pytest-options
(lambda _
(substitute* "pyproject.toml"