From c6d5ac04d9e9f1475e86365a2e7d911ee51da381 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 1 Jan 2025 07:40:43 +0100 Subject: [PATCH] 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 36d2d65e32bdde0253093b23827ccf036d965056..099881d6019954ad0e90a82926de19e1a61c781e 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2016, 2017 Danny Milosavljevic ;;; Copyright © 2013, 2014, 2015, 2016, 2020 Andreas Enge ;;; Copyright © 2016, 2017, 2019-2023 Marius Bakke -;;; Copyright © 2015-2024 Ricardo Wurmus +;;; Copyright © 2015-2025 Ricardo Wurmus ;;; Copyright © 2017, 2021 Roel Janssen ;;; Copyright © 2016, 2017, 2020 Julien Lepiller ;;; Copyright © 2016, 2017 Nikita @@ -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"