[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
46/57: gnu: Add python-pytest-next.
From: |
guix-commits |
Subject: |
46/57: gnu: Add python-pytest-next. |
Date: |
Mon, 22 Apr 2024 05:36:33 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 2b5cb248d3f6d297e6f83565fd5941aff8a39a21
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Wed Dec 13 22:56:31 2023 +0100
gnu: Add python-pytest-next.
* gnu/packages/check.scm (python-pytest-next): New variable.
---
gnu/packages/check.scm | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 1e7ff1a317..fafa5d3f33 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1278,6 +1278,20 @@ and functions, detailed info on failing assert
statements, modular fixtures,
and many external plugins.")
(license license:expat)))
+(define-public python-pytest-next
+ (package/inherit python-pytest
+ (name "python-pytest")
+ (version "7.3.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pytest" version))
+ (sha256
+ (base32 "02q32y67nflrmk9snmibq5kmqcbgfm29k9wm0yw0ia2vqly0m6gf"))))
+ (propagated-inputs
+ (modify-inputs (package-propagated-inputs python-pytest)
+ (append python-exceptiongroup)))))
+
(define-deprecated python-pytest-6 python-pytest)
(export python-pytest-6)
- 27/57: gnu: r-lme4: Update to 1.1-35.3., (continued)
- 27/57: gnu: r-lme4: Update to 1.1-35.3., guix-commits, 2024/04/22
- 25/57: gnu: r-matrixstats: Update to 1.3.0., guix-commits, 2024/04/22
- 19/57: gnu: r-pkgdown: Update to 2.0.8., guix-commits, 2024/04/22
- 37/57: gnu: Add python-spatial-image., guix-commits, 2024/04/22
- 24/57: gnu: r-rcpparmadillo: Update to 0.12.8.2.1., guix-commits, 2024/04/22
- 41/57: gnu: python-pyproject-metadata: Update to 0.7.1., guix-commits, 2024/04/22
- 23/57: gnu: r-testthat: Update to 3.2.1.1., guix-commits, 2024/04/22
- 16/57: gnu: r-butcher: Update to 0.3.4., guix-commits, 2024/04/22
- 50/57: gnu: python-xarray-dataclasses: Add missing test input., guix-commits, 2024/04/22
- 28/57: gnu: r-alevinqc: Update to 1.18.1., guix-commits, 2024/04/22
- 46/57: gnu: Add python-pytest-next.,
guix-commits <=
- 20/57: gnu: r-tensorflow: Update to 2.16.0., guix-commits, 2024/04/22
- 15/57: gnu: r-dunn-test: Update to 1.3.6., guix-commits, 2024/04/22
- 30/57: gnu: r-bayseq: Update to 2.36.2., guix-commits, 2024/04/22
- 29/57: gnu: r-gsva: Update to 1.50.5., guix-commits, 2024/04/22
- 08/57: gnu: r-argparse: Update to 2.2.3., guix-commits, 2024/04/22
- 53/57: gnu: python-pydantic-2: Ignore sensitive tests., guix-commits, 2024/04/22
- 45/57: gnu: python-contourpy: Update to 1.1.1., guix-commits, 2024/04/22
- 51/57: gnu: python-zarr: Update to 2.17.2., guix-commits, 2024/04/22
- 44/57: gnu: python-openpyxl: Update to 3.0.10., guix-commits, 2024/04/22
- 48/57: gnu: python-pandas-2: Skip expensive tests., guix-commits, 2024/04/22