diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-29 09:33:06 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:16 +0100 |
| commit | 7bac942e2b07a55e5c31cfb868300c7b0f5254ae (patch) | |
| tree | 99cee676e03977653cee553cbc1adee038767b62 /gnu/packages | |
| parent | 68b4c98641dd5d5b9c53b124b3d5a0fd0794e562 (diff) | |
gnu: python-pytest-fixture-config: Update to 1.8.0.
* gnu/packages/python-check.scm (python-pytest-fixture-config): Update to 1.8.0.
[build-system]: Use pyproject.
[native-inputs]: Remove python-pytest and python-setuptools-git; add
python-pytest-bootstrap, python-setuptools, and python-six.
Change-Id: I7c507ad3405fa9519d9c631865d7746b4879d7f4
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/python-check.scm | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index c25de7dad50..29877add3ce 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -2263,19 +2263,23 @@ sub-package.") (license license:bsd-3))) (define-public python-pytest-fixture-config + ;; TODO: Master branch has removed all Python 2 support such Six, consider + ;; to update and drop python-six from closure in the next update cyle. (package (name "python-pytest-fixture-config") - (version "1.7.0") + (version "1.8.0") (source (origin (method url-fetch) (uri (pypi-uri "pytest-fixture-config" version)) (sha256 (base32 - "13i1qpz22w3x4dmw8vih5jdnbqfqvl7jiqs0dg764s0zf8bp98a1")))) - (build-system python-build-system) + "03hvviv0a4y0r8pdnj5s3hdbr2d3k9cx0ipjafxbsl88w9gqjff7")))) + (build-system pyproject-build-system) (native-inputs - (list python-pytest python-setuptools-git)) + (list python-pytest-bootstrap + python-setuptools + python-six)) (home-page "https://github.com/manahl/pytest-plugins") (synopsis "Fixture configuration utils for py.test") (description |
