Mute deprecation warning in tests

This commit is contained in:
Adrian Moennich 2021-03-02 15:06:07 +01:00
parent da07356624
commit be435df18d
3 changed files with 6 additions and 0 deletions

View File

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

View File

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

View File

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