gnu: python-pytest-enabler: Don't set #:tests to #:true.

* gnu/packages/check.scm (python-pytest-enabler)[arguments]: Rewrite to
strip the #:tests? argument from the inherited package.
This commit is contained in:
Efraim Flashner 2023-07-09 10:29:59 +03:00
parent ee8cdd3b58
commit 8a3b574b9c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2334,9 +2334,9 @@ (define-public python-pytest-enabler
(package/inherit python-pytest-enabler-bootstrap
(arguments
(substitute-keyword-arguments
(package-arguments python-pytest-enabler-bootstrap)
((#:tests? _ #f)
#t)
(strip-keyword-arguments
'(#:tests?)
(package-arguments python-pytest-enabler-bootstrap))
((#:phases phases #~%standard-phases)
#~(modify-phases #$phases
(replace 'check