From 4e36eb346bf84eb2acf689724df670468a72724c Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Tue, 14 Jun 2022 13:05:32 +0200 Subject: [PATCH] Adapt to python dependency updates --- babel.cfg | 2 -- citadel/pytest.ini | 3 +-- livesync/pytest.ini | 3 +-- payment_paypal/pytest.ini | 3 +-- storage_s3/pytest.ini | 3 +-- vc_zoom/pytest.ini | 3 +-- 6 files changed, 5 insertions(+), 12 deletions(-) diff --git a/babel.cfg b/babel.cfg index fac8bf7..58d7d60 100644 --- a/babel.cfg +++ b/babel.cfg @@ -3,10 +3,8 @@ encoding = utf-8 [jinja2: templates/**.txt] encoding = utf-8 -extensions = jinja2.ext.autoescape, jinja2.ext.with_ trimmed = true [jinja2: templates/**.html] encoding = utf-8 -extensions = jinja2.ext.autoescape, jinja2.ext.with_ trimmed = true diff --git a/citadel/pytest.ini b/citadel/pytest.ini index 13a6553..2235e7b 100644 --- a/citadel/pytest.ini +++ b/citadel/pytest.ini @@ -10,7 +10,6 @@ filterwarnings = error ignore::sqlalchemy.exc.SAWarning ignore::UserWarning - # port_for via pytest-redis - ignore:Sampling from a set deprecated:DeprecationWarning:port_for + ignore:Creating a LegacyVersion has been deprecated:DeprecationWarning ; use redis-server from $PATH redis_exec = redis-server diff --git a/livesync/pytest.ini b/livesync/pytest.ini index 85a4aed..aa53f70 100644 --- a/livesync/pytest.ini +++ b/livesync/pytest.ini @@ -10,7 +10,6 @@ filterwarnings = error ignore::sqlalchemy.exc.SAWarning ignore::UserWarning - # port_for via pytest-redis - ignore:Sampling from a set deprecated:DeprecationWarning:port_for + ignore:Creating a LegacyVersion has been deprecated:DeprecationWarning ; use redis-server from $PATH redis_exec = redis-server diff --git a/payment_paypal/pytest.ini b/payment_paypal/pytest.ini index 89fa33c..cb103c3 100644 --- a/payment_paypal/pytest.ini +++ b/payment_paypal/pytest.ini @@ -10,7 +10,6 @@ filterwarnings = error ignore::sqlalchemy.exc.SAWarning ignore::UserWarning - # port_for via pytest-redis - ignore:Sampling from a set deprecated:DeprecationWarning:port_for + ignore:Creating a LegacyVersion has been deprecated:DeprecationWarning ; use redis-server from $PATH redis_exec = redis-server diff --git a/storage_s3/pytest.ini b/storage_s3/pytest.ini index 7990c25..dc5fb25 100644 --- a/storage_s3/pytest.ini +++ b/storage_s3/pytest.ini @@ -10,7 +10,6 @@ filterwarnings = error ignore::sqlalchemy.exc.SAWarning ignore::UserWarning - # port_for via pytest-redis - ignore:Sampling from a set deprecated:DeprecationWarning:port_for + ignore:Creating a LegacyVersion has been deprecated:DeprecationWarning ; use redis-server from $PATH redis_exec = redis-server diff --git a/vc_zoom/pytest.ini b/vc_zoom/pytest.ini index 76d670e..02e28ae 100644 --- a/vc_zoom/pytest.ini +++ b/vc_zoom/pytest.ini @@ -10,7 +10,6 @@ filterwarnings = error ignore::sqlalchemy.exc.SAWarning ignore::UserWarning - # port_for via pytest-redis - ignore:Sampling from a set deprecated:DeprecationWarning:port_for + ignore:Creating a LegacyVersion has been deprecated:DeprecationWarning ; use redis-server from $PATH redis_exec = redis-server