mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 01:33:18 -05:00
gnu: Add python-pytest-forked-next.
* gnu/packages/check.scm (python-pytest-forked-next): New variable.
This commit is contained in:
parent
4b6500f972
commit
44dc0f0f0b
1 changed files with 17 additions and 0 deletions
|
@ -1570,6 +1570,23 @@ (define-public python-pytest-forked
|
||||||
side-effects (such as setting environment variables).")
|
side-effects (such as setting environment variables).")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public python-pytest-forked-next
|
||||||
|
(package
|
||||||
|
(inherit python-pytest-forked)
|
||||||
|
(name "python-pytest-forked")
|
||||||
|
(version "1.4.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch) ;for tests
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/pytest-dev/pytest-forked")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0j9bbjny7h3b4fig6l26f26c697r67mm62fzdd9m9rqyy2bmnqjs"))))
|
||||||
|
(native-inputs (list python-pytest-bootstrap python-setuptools-scm))))
|
||||||
|
|
||||||
(define-public python-scripttest
|
(define-public python-scripttest
|
||||||
(package
|
(package
|
||||||
(name "python-scripttest")
|
(name "python-scripttest")
|
||||||
|
|
Loading…
Reference in a new issue