mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-02 23:34:00 +02: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:
committed by
Andreas Enge
parent
ccc67fb775
commit
474dc182b7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user