GNU bug report logs -
#75420
[PATCH python-team 00/11] Fix python-matrix-nio and pantalaimon builds.
Previous Next
Reported by: Arjan Adriaanse <arjan <at> adriaan.se>
Date: Tue, 7 Jan 2025 14:06:01 UTC
Severity: normal
Tags: patch
Merged with 75770
Done: Ian Eure <ian <at> retrospec.tv>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 75420 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-check.scm (python-pytest-codspeed): New variable.
Change-Id: Ib6937eca74d98ce1bdbd9c9053394a537107825b
---
gnu/packages/python-check.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index e8efb96f5f..1e6debc937 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -22,6 +22,7 @@
;;; Copyright © 2024 Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
;;; Copyright © 2024 David Elsing <david.elsing <at> posteo.net>
;;; Copyright © 2024 Eric Bavier <bavier <at> posteo.net>
+;;; Copyright © 2025 Arjan Adriaanse <arjan <at> adriaan.se>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -48,6 +49,7 @@ (define-module (gnu packages python-check)
#:use-module (gnu packages django)
#:use-module (gnu packages docker)
#:use-module (gnu packages jupyter)
+ #:use-module (gnu packages libffi)
#:use-module (gnu packages openstack)
#:use-module (gnu packages perl)
#:use-module (gnu packages python-build)
@@ -188,6 +190,34 @@ (define-public python-pytest-click
interfaces with pytest.")
(license license:expat)))
+(define-public python-pytest-codspeed
+ (package
+ (name "python-pytest-codspeed")
+ (version "2.2.1")
+ (source
+ (origin
+ ;; No tests in the PyPI tarball.
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/CodSpeedHQ/pytest-codspeed")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0phjjg4ncjgq7j8fvchyag92qx4xvxjw33rkb50admipkz38sbzh"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs
+ (list python-cffi
+ python-pytest))
+ (native-inputs
+ (list python-hatchling
+ python-filelock
+ python-pytest
+ python-pytest-cov))
+ (home-page "https://codspeed.io")
+ (synopsis "Pytest plugin to create CodSpeed benchmarks")
+ (description "Pytest plugin to create @code{CodSpeed} benchmarks.")
+ (license license:expat)))
+
(define-public python-pytest-cram
(package
(name "python-pytest-cram")
--
2.46.0
This bug report was last modified 167 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.