[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/32: gnu: Add python-pytest-memprof.
From: |
guix-commits |
Subject: |
29/32: gnu: Add python-pytest-memprof. |
Date: |
Wed, 16 Feb 2022 11:39:42 -0500 (EST) |
nckx pushed a commit to branch wip-python-mne
in repository guix.
commit 024f9d9f43b1a1f283f67dbfe88dc13ad7a41332
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Thu Feb 10 20:45:25 2022 +0100
gnu: Add python-pytest-memprof.
* gnu/packages/python-check.scm (python-pytest-memprof): New variable.
---
gnu/packages/python-check.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 547813cce7..8b534c6245 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -2029,3 +2029,23 @@ eliminate flaky failures.")
Python objects. It tries to use the objects available in the standard
@code{unittest} module.")
(license license:expat)))
+
+(define-public python-pytest-memprof
+ (package
+ (name "python-pytest-memprof")
+ (version "0.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pytest-memprof" version))
+ (sha256
+ (base32 "0rxg0q3bwlc9iax0skpia3a5x7xijz9i5110qk50vf9avwg9zg69"))))
+ (build-system python-build-system)
+ (arguments '(#:tests? #f)) ;; No tests, no git repository
+ (propagated-inputs (list python-psutil python-pytest))
+ ;; The gitlab repository is private, so the home page is not accessible.
+ (home-page "https://pypi.org/project/pytest-memprof/")
+ (synopsis "Estimate memory consumption of test functions")
+ (description "This pytest plugin estimates memory consumption of test
+functions.")
+ (license license:bsd-3)))
- 26/32: gnu: Add python-nilearn., (continued)
- 26/32: gnu: Add python-nilearn., guix-commits, 2022/02/16
- 23/32: gnu: Add python-pyperf., guix-commits, 2022/02/16
- 30/32: gnu: Add python-pyvistaqt., guix-commits, 2022/02/16
- 06/32: gnu: Add python-flake8-array-spacing., guix-commits, 2022/02/16
- 15/32: gnu: Add python-pytest-harvest., guix-commits, 2022/02/16
- 22/32: gnu: Add python-no-version., guix-commits, 2022/02/16
- 25/32: gnu: Add python-scooby., guix-commits, 2022/02/16
- 01/32: gnu: Add python-imageio-ffmpeg., guix-commits, 2022/02/16
- 10/32: gnu: Add a test-less python-pytest-harvest., guix-commits, 2022/02/16
- 31/32: gnu: Add python-mffpy., guix-commits, 2022/02/16
- 29/32: gnu: Add python-pytest-memprof.,
guix-commits <=
- 17/32: gnu: python-pooch: Update to 1.6.0., guix-commits, 2022/02/16
- 19/32: gnu: Add python-pymatreader., guix-commits, 2022/02/16
- 28/32: gnu: Add python-pyvista., guix-commits, 2022/02/16
- 05/32: gnu: Add python-nitime., guix-commits, 2022/02/16