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