From be435df18d04ec121c9c82159d513615e6a2ff0f Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Tue, 2 Mar 2021 15:06:07 +0100 Subject: [PATCH] Mute deprecation warning in tests --- livesync/pytest.ini | 2 ++ payment_paypal/pytest.ini | 2 ++ vc_zoom/pytest.ini | 2 ++ 3 files changed, 6 insertions(+) diff --git a/livesync/pytest.ini b/livesync/pytest.ini index aec4159..572be82 100644 --- a/livesync/pytest.ini +++ b/livesync/pytest.ini @@ -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 diff --git a/payment_paypal/pytest.ini b/payment_paypal/pytest.ini index de90ef1..e9ec865 100644 --- a/payment_paypal/pytest.ini +++ b/payment_paypal/pytest.ini @@ -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 diff --git a/vc_zoom/pytest.ini b/vc_zoom/pytest.ini index b7ae65f..26d0b57 100644 --- a/vc_zoom/pytest.ini +++ b/vc_zoom/pytest.ini @@ -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