~ruther/guix-local

8d60e7088c3a8dd72297f05303deaecf3ab89fb3 — Sharlatan Hellseher 1 year, 5 months ago daf1984
gnu: python-openapi-spec-validator: Delete sanity check.

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

Change-Id: I80d575155cf7920f0d2f6e9460a7e40d496c080c
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/packages/python-web.scm
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +3 -0
@@ 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"