[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/13: gnu: python-pytest-metadata: Update to 3.1.1.
From: |
guix-commits |
Subject: |
10/13: gnu: python-pytest-metadata: Update to 3.1.1. |
Date: |
Fri, 22 Nov 2024 10:48:03 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit f155c3e0cd13d36557dda8945898c0b1591c7f4e
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Nov 22 13:34:05 2024 +0000
gnu: python-pytest-metadata: Update to 3.1.1.
* gnu/packages/python-check.scm (python-pytest-metadata): Update to 3.1.1.
[build-system]: Swap to pyproject-build-system.
[native-inputs]: Add python-hatchling and python-hatch-vcs.
Change-Id: If6d335a10a8eafcbab09e6149f8117647f95990f
---
gnu/packages/python-check.scm | 21 +++++++++------------
1 file changed, 9 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 55f4aadae6..d51fa31f88 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -953,22 +953,19 @@ someone to import them in their actual tests to use
them.")
(define-public python-pytest-metadata
(package
(name "python-pytest-metadata")
- (version "1.11.0")
+ (version "3.1.1")
(source
(origin
(method url-fetch)
- (uri (pypi-uri "pytest-metadata" version))
+ (uri (pypi-uri "pytest_metadata" version))
(sha256
- (base32 "1wgcz0w053lnjln0081kjmfflaq7bwncxdzx7k63kr9lkpa0ddbi"))))
- (build-system python-build-system)
- (arguments
- (list #:phases
- #~(modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "pytest" "-vv")))))))
- (native-inputs (list python-pytest python-setuptools-scm))
+ (base32 "1j0ph028mj81314vxb027d5b98xii3zl2vd9i8b3zh7val1rp8nj"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-hatchling
+ python-hatch-vcs
+ python-pytest
+ python-setuptools-scm))
(home-page "https://github.com/pytest-dev/pytest-metadata")
(synopsis "Access test session metadata with Pytest")
(description
- 04/13: gnu: Remove python-pytest-catchlog., (continued)
- 04/13: gnu: Remove python-pytest-catchlog., guix-commits, 2024/11/22
- 02/13: gnu: python-tinycss2: Update to 1.4.0., guix-commits, 2024/11/22
- 06/13: gnu: python-pytest-doctestplus: Update to 1.2.1., guix-commits, 2024/11/22
- 07/13: gnu: python-pytest-flask: Update to 1.3.0., guix-commits, 2024/11/22
- 08/13: gnu: Add python-pytest-lazy-fixtures., guix-commits, 2024/11/22
- 13/13: gnu: python-fastjsonschema: Update to 2.20.0., guix-commits, 2024/11/22
- 01/13: gnu: python-pytest-asyncio: Update to 0.24.0., guix-commits, 2024/11/22
- 03/13: gnu: python-qstylizer: Update to 0.2.4., guix-commits, 2024/11/22
- 05/13: gnu: python-pytest-flake8: Update to 1.3.0., guix-commits, 2024/11/22
- 09/13: gnu: python-prettytable: Update to 3.12.0., guix-commits, 2024/11/22
- 10/13: gnu: python-pytest-metadata: Update to 3.1.1.,
guix-commits <=
- 11/13: gnu: python-pytest-random-order: Update to 1.1.1., guix-commits, 2024/11/22
- 12/13: gnu: python-pytest-remotedata: Fix tests., guix-commits, 2024/11/22