mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: python-flask-sqlalchemy: Ignore warnings.
* gnu/packages/python-web.scm (python-flask-sqlalchemy)[arguments] <#:test-flags>: Ignore deprecation warnings. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
c0d7989466
commit
bb87f0af63
@@ -8085,7 +8085,8 @@ S3.")
|
||||
(list
|
||||
#:test-flags
|
||||
#~(list "-k" (string-append "not test_explicit_table[db2]"
|
||||
" and not test_explicit_table[db4]"))))
|
||||
" and not test_explicit_table[db4]")
|
||||
"-W" "ignore::DeprecationWarning")))
|
||||
(native-inputs
|
||||
(list python-flit-core
|
||||
python-pytest))
|
||||
|
||||
Reference in New Issue
Block a user