mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add python-pytest-next.
* gnu/packages/check.scm (python-pytest-next): New variable.
This commit is contained in:
parent
925e6d4072
commit
2b5cb248d3
1 changed files with 14 additions and 0 deletions
|
@ -1278,6 +1278,20 @@ (define-public python-pytest
|
|||
and many external plugins.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-pytest-next
|
||||
(package/inherit python-pytest
|
||||
(name "python-pytest")
|
||||
(version "7.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pytest" version))
|
||||
(sha256
|
||||
(base32 "02q32y67nflrmk9snmibq5kmqcbgfm29k9wm0yw0ia2vqly0m6gf"))))
|
||||
(propagated-inputs
|
||||
(modify-inputs (package-propagated-inputs python-pytest)
|
||||
(append python-exceptiongroup)))))
|
||||
|
||||
(define-deprecated python-pytest-6 python-pytest)
|
||||
(export python-pytest-6)
|
||||
|
||||
|
|
Loading…
Reference in a new issue