gnu: Remove python-pytest-forked-next.

* gnu/packages/check.scm (python-pytest-forked-next): Remove variable.
This commit is contained in:
Marius Bakke 2022-08-12 18:59:56 +02:00
parent 258ff7ca55
commit 5b952b1cd4
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1414,23 +1414,6 @@ (define-public python-pytest-forked
side-effects (such as setting environment variables).")
(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
(package
(name "python-scripttest")