1
0
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:
Nicolas Graves
2026-01-19 02:38:37 +01:00
committed by Sharlatan Hellseher
parent c0d7989466
commit bb87f0af63

View File

@@ -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))