[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: python-openapi-core: Update to 0.19.4.
From: |
guix-commits |
Subject: |
02/03: gnu: python-openapi-core: Update to 0.19.4. |
Date: |
Wed, 1 Jan 2025 01:46:45 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit a10697f472da95b94aa6a6182645a6c5efb3f186
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 1 07:32:15 2025 +0100
gnu: python-openapi-core: Update to 0.19.4.
* gnu/packages/python-web.scm (python-openapi-core): Update to 0.19.4.
[arguments]: Disable only one test.
[native-inputs]: Remove python-pypa-build.
Change-Id: I0660bcd129fb182dd7559c04fc65513ff846eedc
---
gnu/packages/python-web.scm | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 12a9fbe315..d3cf9f7a62 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2616,7 +2616,7 @@ compliance with the specification.")
(define-public python-openapi-core
(package
(name "python-openapi-core")
- (version "0.19.1")
+ (version "0.19.4")
(source
(origin
(method git-fetch)
@@ -2626,7 +2626,7 @@ compliance with the specification.")
(file-name (git-file-name name version))
(sha256
(base32
- "1fdz01wssgqh9dzc7qddl0fms2zivhalghzk63ynblss2r91yc8s"))))
+ "092sj2933jmvq5r76khr0vphih490vls1ga3s43gz8i47aqaxx96"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -2635,16 +2635,12 @@ compliance with the specification.")
;; Ignore Pytest configuration in setup.cfg that adds
;; unwanted flake8 and coverage options.
"-c" "/dev/null"
- "-k" (string-append
- ;; Type mismatches
- "not TestFlaskOpenAPIRequest"
- " and not TestFlaskOpenAPIResponse"))))
+ "-k" "not test_chars_valid")))
(native-inputs (list python-django
python-falcon
python-flask
python-mock
python-poetry-core
- python-pypa-build
python-pytest
python-responses))
(propagated-inputs