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.
parent
ee8cdd3b58
commit
8a3b574b9c
|
@ -2334,9 +2334,9 @@ failures.")
|
|||
(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
|
||||
|
|
Reference in New Issue