mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-26 04:25:11 -06:00
gnu: python-werkzeug-1.0: Do not abort on warnings.
* gnu/packages/python-web.scm (python-werkzeug-1.0)[arguments]: Remove custom 'check phase; do not raise errors when warnings are printed. Change-Id: Ia13e63f6504e5254e35625528ad3ed8e00355528
This commit is contained in:
parent
ccc67fb775
commit
474dc182b7
1 changed files with 7 additions and 7 deletions
|
|
@ -6537,13 +6537,13 @@ addon modules.")
|
|||
"0z74sa1xw5h20yin9faj0vvdbq713cgbj84klc72jr9nmpjv303c"))
|
||||
(patches (search-patches "python-werkzeug-tests.patch"))))
|
||||
(arguments
|
||||
'(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'check)
|
||||
(add-after 'install 'check
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(add-installed-pythonpath inputs outputs)
|
||||
(invoke "python" "-m" "pytest"))))))
|
||||
(list
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-after 'unpack 'ignore-warnings
|
||||
(lambda _
|
||||
(substitute* "setup.cfg"
|
||||
((" error.*") "")))))))
|
||||
(propagated-inputs
|
||||
(list python-requests))
|
||||
(native-inputs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue