mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
ee8cdd3b58
commit
8a3b574b9c
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue