diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-web.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 02a349d1cc..7867f2b164 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2328,6 +2328,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" |