~ruther/guix-local

c6d5ac04d9e9f1475e86365a2e7d911ee51da381 — Ricardo Wurmus 1 year, 3 months ago 5c87d17
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
1 files changed, 1 insertions(+), 4 deletions(-)

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