summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-web.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 9d9e344484f..866b0bbc1fa 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -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))