rekado pushed a commit to branch python-team
in repository guix.

commit e003bab2bcadc68708eaef8fd899c42307b524a0
Author: Ricardo Wurmus <rek...@elephly.net>
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 7945b72ea3..5976318d33 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2016, 2017 Danny Milosavljevic <danny...@scratchpost.org>
 ;;; Copyright © 2013, 2014, 2015, 2016, 2020 Andreas Enge <andr...@enge.fr>
 ;;; Copyright © 2016, 2017, 2019-2023 Marius Bakke <mar...@gnu.org>
-;;; Copyright © 2015-2024 Ricardo Wurmus <rek...@elephly.net>
+;;; Copyright © 2015-2025 Ricardo Wurmus <rek...@elephly.net>
 ;;; Copyright © 2017, 2021 Roel Janssen <r...@gnu.org>
 ;;; Copyright © 2016, 2017, 2020 Julien Lepiller <jul...@lepiller.eu>
 ;;; Copyright © 2016, 2017 Nikita <nik...@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"

Reply via email to