mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
gnu: Add python-pytest-instafail.
* gnu/packages/python-check.scm (python-pytest-instafail): New variable. Change-Id: Ibf44422a99448a12de7b96b5d5d09a1142e42764 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
8707ed7def
commit
f43793c945
@@ -3272,6 +3272,28 @@ import them in their actual tests to use them.")
|
||||
requests to be replied to with user provided responses.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-pytest-instafail
|
||||
(package
|
||||
(name "python-pytest-instafail")
|
||||
(version "0.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/pytest-dev/pytest-instafail")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0dxlvvs08ln9y2d3bzs88c303xxgd0n18q9liy9kkdyhy54f70wa"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs (list python-pytest))
|
||||
(native-inputs (list python-setuptools))
|
||||
(home-page "https://github.com/pytest-dev/pytest-instafail")
|
||||
(synopsis "Pytest plugin to show failures instantly")
|
||||
(description
|
||||
"This package provides a pytest plugin to show failures instantly.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-pytest-isort
|
||||
(package
|
||||
(name "python-pytest-isort")
|
||||
|
||||
Reference in New Issue
Block a user