mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
Mute deprecation warning in tests
This commit is contained in:
parent
da07356624
commit
be435df18d
@ -10,3 +10,5 @@ filterwarnings =
|
||||
error
|
||||
ignore::sqlalchemy.exc.SAWarning
|
||||
ignore::UserWarning
|
||||
# port_for via pytest-redis
|
||||
ignore:Sampling from a set deprecated:DeprecationWarning:port_for
|
||||
|
||||
@ -10,3 +10,5 @@ filterwarnings =
|
||||
error
|
||||
ignore::sqlalchemy.exc.SAWarning
|
||||
ignore::UserWarning
|
||||
# port_for via pytest-redis
|
||||
ignore:Sampling from a set deprecated:DeprecationWarning:port_for
|
||||
|
||||
@ -10,3 +10,5 @@ filterwarnings =
|
||||
error
|
||||
ignore::sqlalchemy.exc.SAWarning
|
||||
ignore::UserWarning
|
||||
# port_for via pytest-redis
|
||||
ignore:Sampling from a set deprecated:DeprecationWarning:port_for
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user