[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
397/420: gnu: python-pytest-relaxed: Update to 2.0.2.
From: |
guix-commits |
Subject: |
397/420: gnu: python-pytest-relaxed: Update to 2.0.2. |
Date: |
Tue, 26 Nov 2024 16:29:42 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 822f97b05ac62b0b73d24762f7442d59611e12be
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Nov 25 20:23:13 2024 +0000
gnu: python-pytest-relaxed: Update to 2.0.2.
* gnu/packages/check.scm (python-pytest-relaxed): Update to 2.0.2.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I8c94f48bc7ad97421ba4043334d3d2315f5ec391
---
gnu/packages/check.scm | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index d185e893c8..2f90fe1784 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1677,7 +1677,7 @@ supports coverage of subprocesses.")
(define-public python-pytest-relaxed
(package
(name "python-pytest-relaxed")
- (version "2.0.1")
+ (version "2.0.2")
(source
(origin
(method git-fetch)
@@ -1686,10 +1686,14 @@ supports coverage of subprocesses.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1lnnkadfr390i30209gpl80nymc20pmamvxjhd11gvf4d6f54n7x"))))
+ (base32 "0j37gkgcag4rpv9g5q2n80425cs1alwx8fwncx3mv7sdgqgdgqnz"))))
(build-system pyproject-build-system)
- (propagated-inputs (list python-decorator))
- (native-inputs (list python-pytest))
+ (native-inputs
+ (list python-pytest
+ python-setuptools
+ python-wheel))
+ (propagated-inputs
+ (list python-decorator))
(home-page "https://github.com/bitprophet/pytest-relaxed")
(synopsis "Relaxed test discovery for pytest")
(description "This package provides relaxed test discovery for pytest.")
- 327/420: gnu: python-editables: Update to 0.5., (continued)
- 327/420: gnu: python-editables: Update to 0.5., guix-commits, 2024/11/26
- 357/420: gnu: python-httpbin: Update to 0.10.2., guix-commits, 2024/11/26
- 347/420: gnu: python-blinker: Update to 1.9.0., guix-commits, 2024/11/26
- 360/420: gnu: python-dirty-equals: Update to 0.8.0., guix-commits, 2024/11/26
- 359/420: gnu: python-pytest-mpl: Update to 0.17.0., guix-commits, 2024/11/26
- 366/420: gnu: python-pytest-flake8: Update to 1.3.0., guix-commits, 2024/11/26
- 364/420: gnu: python-qstylizer: Update to 0.2.4., guix-commits, 2024/11/26
- 372/420: gnu: python-pytest-random-order: Update to 1.1.1., guix-commits, 2024/11/26
- 380/420: gnu: Remove python-typeguard-4., guix-commits, 2024/11/26
- 377/420: gnu: python-asttokens: Update to 2.4.1., guix-commits, 2024/11/26
- 397/420: gnu: python-pytest-relaxed: Update to 2.0.2.,
guix-commits <=
- 409/420: gnu: python-starlette: Update to 0.41.3., guix-commits, 2024/11/26
- 414/420: gnu: poetry: Update to 1.8.4., guix-commits, 2024/11/26
- 415/420: gnu: Add python-taskgroup., guix-commits, 2024/11/26
- 101/420: gnu: python-openapi-schema-validator: Update to 0.6.2., guix-commits, 2024/11/26
- 111/420: gnu: python-graphql-core: Enable tests., guix-commits, 2024/11/26
- 114/420: gnu: python-sphinx-pytest: Update to 0.2.0., guix-commits, 2024/11/26
- 128/420: gnu: python-pycurl: Update to 7.45.3., guix-commits, 2024/11/26
- 133/420: gnu: python-ipykernel: Update to 6.29.4., guix-commits, 2024/11/26
- 137/420: gnu: python-transient: Move to pyproject-build-system., guix-commits, 2024/11/26
- 139/420: gnu: python-isort: Move to pyproject-build-system., guix-commits, 2024/11/26