diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-17 23:58:00 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:26 +0100 |
| commit | bba4ca6ee492eb151aef81a0d5efcba88a13cdbf (patch) | |
| tree | 8398f7762b74099cce71c34319bec558550ac767 /gnu/packages/python-check.scm | |
| parent | 642324bd8c075ac5dd4552557d5574fdc25df625 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 625a77c6d0f..9da75c913fd 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm | |||
| @@ -4074,22 +4074,23 @@ test execution time.") | |||
| 4074 | "This package provides a plugin to fake subprocess for Pytest.") | 4074 | "This package provides a plugin to fake subprocess for Pytest.") |
| 4075 | (license license:expat))) | 4075 | (license license:expat))) |
| 4076 | 4076 | ||
| 4077 | ;; XXX: This project was archived by the owner on Nov 11, 2025. It is now | ||
| 4078 | ;; read-only. | ||
| 4077 | (define-public python-pytest-subtests | 4079 | (define-public python-pytest-subtests |
| 4078 | (package | 4080 | (package |
| 4079 | (name "python-pytest-subtests") | 4081 | (name "python-pytest-subtests") |
| 4080 | (version "0.14.2") | 4082 | (version "0.15.0") |
| 4081 | (source | 4083 | (source |
| 4082 | (origin | 4084 | (origin |
| 4083 | (method url-fetch) | 4085 | (method url-fetch) |
| 4084 | (uri (pypi-uri "pytest_subtests" version)) | 4086 | (uri (pypi-uri "pytest_subtests" version)) |
| 4085 | (sha256 | 4087 | (sha256 |
| 4086 | (base32 "1ph0z3a0lywzfw7illl3khydqffi8im2203dlxqfwa6mbxkahm3i")))) | 4088 | (base32 "0z487yinp3gxh2dk6z52d4a17d7d4ymdz2hbix5ph6sm0pg5njfb")))) |
| 4087 | (build-system pyproject-build-system) | 4089 | (build-system pyproject-build-system) |
| 4088 | (native-inputs | 4090 | (native-inputs |
| 4089 | (list python-pytest-bootstrap | 4091 | (list python-pytest-8 |
| 4090 | python-setuptools | 4092 | python-setuptools |
| 4091 | python-setuptools-scm | 4093 | python-setuptools-scm)) |
| 4092 | python-wheel)) | ||
| 4093 | (propagated-inputs | 4094 | (propagated-inputs |
| 4094 | (list python-attrs)) | 4095 | (list python-attrs)) |
| 4095 | (home-page "https://github.com/pytest-dev/pytest-subtests") | 4096 | (home-page "https://github.com/pytest-dev/pytest-subtests") |
