gnu: python-openapi-spec-validator: Delete sanity check.

* gnu/packages/python-web.scm (python-openapi-spec-validator): Delete
sanity check.

Change-Id: I80d575155cf7920f0d2f6e9460a7e40d496c080c
This commit is contained in:
Sharlatan Hellseher 2024-11-27 00:36:58 +00:00
parent daf198444b
commit 8d60e7088c
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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"