gnu: python-traitlets: Update to 5.1.1.
* gnu/packages/python-xyz.scm (python-traitlets): Update to 5.1.1. [phases]{check}: Honor TESTS?. [propagated-inputs]: Delete field.master
parent
9d31c06992
commit
812f2a185a
|
@ -8776,7 +8776,9 @@ connect strings, then issue SQL commands within IPython or IPython Notebook.")
|
|||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'check (lambda _ (invoke "pytest" "-vv" "traitlets"))))))
|
||||
(replace 'check (lambda* (#:key tests? #:allow-other-keys)
|
||||
(when tests?
|
||||
(invoke "pytest" "-vv" "traitlets")))))))
|
||||
(native-inputs
|
||||
(list python-pytest))
|
||||
(home-page "https://ipython.org")
|
||||
|
|
Reference in New Issue