guix-commits
[Top][All Lists]
Advanced

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

04/14: gnu: python-pytest-benchmark: Update to 3.4.1.


From: guix-commits
Subject: 04/14: gnu: python-pytest-benchmark: Update to 3.4.1.
Date: Fri, 9 Sep 2022 17:01:42 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ac1aace34eef67b8b448057de6e172d0156b4721
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Sep 8 23:01:04 2022 +0200

    gnu: python-pytest-benchmark: Update to 3.4.1.
    
    * gnu/packages/python-check.scm (python-pytest-benchmark): Update to 3.4.1.
    [arguments]: Add #:test-target.
    [native-inputs]: Remove PYTHON-PATHLIB2.
---
 gnu/packages/python-check.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 5ee1d41f34..2358e7448d 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1249,19 +1249,21 @@ for the @code{pytest} framework.")
 (define-public python-pytest-benchmark
   (package
     (name "python-pytest-benchmark")
-    (version "3.2.3")
+    (version "3.4.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pytest-benchmark" version))
        (sha256
         (base32
-         "0a4mpb4j73dsyk47hd1prrjpfk4r458s102cn80rf253jg818hxd"))))
+         "0ivvrnhax2xr62grlgw4hlyjmmjp6nc35431j7c82nny2bwn7qj0"))))
     (build-system python-build-system)
+    (arguments
+     '(#:test-target "check"))
     (propagated-inputs
      (list python-py-cpuinfo))
     (native-inputs
-     (list python-pathlib2 python-pytest))
+     (list python-pytest))
     (home-page "https://github.com/ionelmc/pytest-benchmark";)
     (synopsis "Pytest fixture for benchmarking code")
     (description



reply via email to

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