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

* gnu/packages/python-web.scm (python-openapi-spec-validator)[arguments]:
Restore 'sanity-check phase.

Change-Id: I3fc22ef74a55a43f4ec2b32caeb630bc01d815d9
This commit is contained in:
Ricardo Wurmus 2025-01-01 07:40:43 +01:00
parent 5c87d17fb5
commit c6d5ac04d9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5,7 +5,7 @@
;;; Copyright © 2016, 2017 Danny Milosavljevic <dannym+a@scratchpost.org>
;;; Copyright © 2013, 2014, 2015, 2016, 2020 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2016, 2017, 2019-2023 Marius Bakke <marius@gnu.org>
;;; Copyright © 2015-2024 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015-2025 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2017, 2021 Roel Janssen <roel@gnu.org>
;;; Copyright © 2016, 2017, 2020 Julien Lepiller <julien@lepiller.eu>
;;; Copyright © 2016, 2017 Nikita <nikita@n0.is>
@ -2587,9 +2587,6 @@ 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"