rekado pushed a commit to branch master
in repository guix.

commit c6d5ac04d9e9f1475e86365a2e7d911ee51da381
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Jan 1 07:40:43 2025 +0100

    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
---
 gnu/packages/python-web.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 36d2d65e32..099881d601 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2016, 2017 Danny Milosavljevic <[email protected]>
 ;;; Copyright © 2013, 2014, 2015, 2016, 2020 Andreas Enge <[email protected]>
 ;;; Copyright © 2016, 2017, 2019-2023 Marius Bakke <[email protected]>
-;;; Copyright © 2015-2024 Ricardo Wurmus <[email protected]>
+;;; Copyright © 2015-2025 Ricardo Wurmus <[email protected]>
 ;;; Copyright © 2017, 2021 Roel Janssen <[email protected]>
 ;;; Copyright © 2016, 2017, 2020 Julien Lepiller <[email protected]>
 ;;; Copyright © 2016, 2017 Nikita <[email protected]>
@@ -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"

Reply via email to