mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
5c87d17fb5
commit
c6d5ac04d9
1 changed files with 1 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue