mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: python-pytest-subtests: Update to 0.15.0.
* gnu/packages/python-check.scm (python-pytest-subtests): Update to 0.15.0. [native-inputs]: Remove python-pytest-bootstrap and python-wheel; add python-pytest-8. Change-Id: I427b7bbcc5284607961210a167149fc50714c952
This commit is contained in:
committed by
Andreas Enge
parent
642324bd8c
commit
bba4ca6ee4
@@ -4074,22 +4074,23 @@ test execution time.")
|
||||
"This package provides a plugin to fake subprocess for Pytest.")
|
||||
(license license:expat)))
|
||||
|
||||
;; XXX: This project was archived by the owner on Nov 11, 2025. It is now
|
||||
;; read-only.
|
||||
(define-public python-pytest-subtests
|
||||
(package
|
||||
(name "python-pytest-subtests")
|
||||
(version "0.14.2")
|
||||
(version "0.15.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pytest_subtests" version))
|
||||
(sha256
|
||||
(base32 "1ph0z3a0lywzfw7illl3khydqffi8im2203dlxqfwa6mbxkahm3i"))))
|
||||
(base32 "0z487yinp3gxh2dk6z52d4a17d7d4ymdz2hbix5ph6sm0pg5njfb"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-pytest-bootstrap
|
||||
(list python-pytest-8
|
||||
python-setuptools
|
||||
python-setuptools-scm
|
||||
python-wheel))
|
||||
python-setuptools-scm))
|
||||
(propagated-inputs
|
||||
(list python-attrs))
|
||||
(home-page "https://github.com/pytest-dev/pytest-subtests")
|
||||
|
||||
Reference in New Issue
Block a user