emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63431: closed ([PATCH] gnu: python-pytest-httpx: Update to 0.22.0, f


From: GNU bug Tracking System
Subject: bug#63431: closed ([PATCH] gnu: python-pytest-httpx: Update to 0.22.0, fix build.)
Date: Sun, 14 May 2023 19:44:02 +0000

Your message dated Sun, 14 May 2023 19:43:26 +0000
with message-id <b53a3fab-94c7-29e3-2818-9cc8f934fc1a@posteo.net>
and subject line [PATCH] gnu: python-pytest-httpx: Update to 0.22.0, fix build.
has caused the debbugs.gnu.org bug report #63431,
regarding [PATCH] gnu: python-pytest-httpx: Update to 0.22.0, fix build.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
63431: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63431
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-pytest-httpx: Update to 0.22.0, fix build. Date: Wed, 10 May 2023 23:51:27 +0100
* gnu/packages/python-check.scm (python-pytest-httpx): Update to 0.22.0,
fix build.
[build-system]: Use pyproject-build-system.
[arguments]: Remove as no longer required.
---
 gnu/packages/python-check.scm | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index f272a252fc..6c5f45d4b5 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -2530,7 +2530,7 @@ (define-public python-pytest-parawtf
 (define-public python-pytest-httpx
   (package
     (name "python-pytest-httpx")
-    (version "0.21.0")
+    (version "0.22.0")
     (source
      (origin
        ;; pypi package doesn't include the tests
@@ -2540,16 +2540,8 @@ (define-public python-pytest-httpx
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "12mcy1f5d5cq3rqrqgi2ar0qvzw62ibys17hw6dsdfd0j2syck4r"))))
-    (build-system python-build-system)
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (replace 'check
-           (lambda* (#:key tests? #:allow-other-keys)
-             (when tests?
-               (setenv "PYTHONPATH" (getcwd))
-               (invoke "pytest" "-vv")))))))
+        (base32 "1ncpd74hmsz4sadvjg99fnfscxpgh3mc2siini0dhxzwgwdkk5i7"))))
+    (build-system pyproject-build-system)
     (propagated-inputs (list python-httpx))
     (native-inputs (list python-pytest python-pytest-asyncio))
     (home-page "https://colin-b.github.io/pytest_httpx/";)

base-commit: b4e5844700b2304bfde451322feb5797bf0c6179
-- 
2.39.2




--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: python-pytest-httpx: Update to 0.22.0, fix build. Date: Sun, 14 May 2023 19:43:26 +0000

Hi,

* gnu/packages/python-check.scm (python-pytest-httpx): Update to 0.22.0,
fix build.

I tweaked the commit message a little and pushed the patch. Thanks.

Vinicius


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]