[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: python-openapi-spec-validator: Delete sanity check.
From: |
guix-commits |
Subject: |
03/03: gnu: python-openapi-spec-validator: Delete sanity check. |
Date: |
Wed, 27 Nov 2024 03:00:08 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit df8c11d421d464ef8bd8928df5849c117cfe6360
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Nov 27 00:36:58 2024 +0000
gnu: python-openapi-spec-validator: Delete sanity check.
* gnu/packages/python-web.scm (python-openapi-spec-validator): Delete
sanity check.
Change-Id: I80d575155cf7920f0d2f6e9460a7e40d496c080c
---
gnu/packages/python-web.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index fa6f02483a..677f304e0c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2325,6 +2325,9 @@ 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"