summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2025-01-01 07:40:43 +0100
committerRicardo Wurmus <rekado@elephly.net>2025-01-20 21:37:29 +0100
commitc6d5ac04d9e9f1475e86365a2e7d911ee51da381 (patch)
tree94d55c1016ace60621549e5eb31d6c55b9c5ce81 /gnu/packages/python-web.scm
parent5c87d17fb5ac0a13e744850d9a3c0f5676c64ed3 (diff)
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
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm5
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 36d2d65e32b..099881d6019 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -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"