Skip to content

Commit

Permalink
gnu: Remove python-pytest-lazy-fixture.
Browse files Browse the repository at this point in the history
Failed to build, have no users in Guix, not maintained for 3 years.
See <TvoroG/pytest-lazy-fixture#63>.

* gnu/packages/check.scm (python-pytest-lazy-fixture): Delete variable.

Change-Id: Icce5010704f20a5530ff9fd702e5c0cc694cc0ec
  • Loading branch information
Hellseher authored and rekado committed Jan 20, 2025
1 parent 1178c5b commit 7b6376d
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions gnu/packages/check.scm
Original file line number Diff line number Diff line change
Expand Up @@ -1986,33 +1986,6 @@ Python's @code{random.seed}.")
@file{setup.py} files can use to run tests.")
(license license:expat)))

(define-public python-pytest-lazy-fixture
(package
(name "python-pytest-lazy-fixture")
(version "0.6.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytest-lazy-fixture" version))
(sha256
(base32 "1b0hmnsxw4s2wf9pks8dg6dfy5cx3zcbzs8517lfccxsfizhqz8f"))))
(build-system python-build-system)
(arguments
'(#:phases
(modify-phases %standard-phases
(replace 'check
(lambda* (#:key inputs outputs #:allow-other-keys)
;; Make the installed plugin discoverable by Pytest.
(add-installed-pythonpath inputs outputs)
(invoke "pytest" "-vv"))))))
(propagated-inputs
(list python-pytest))
(home-page "https://github.com/tvorog/pytest-lazy-fixture")
(synopsis "Use fixtures in @code{pytest.mark.parametrize}")
(description "This plugin helps to use fixtures in
@code{pytest.mark.parametrize}.")
(license license:expat)))

(define-public python-pytest-lazy-fixtures
(package
(name "python-pytest-lazy-fixtures")
Expand Down

0 comments on commit 7b6376d

Please sign in to comment.