From a7857b2559e2824bcb21f700bd4d9ca47e00fabf Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Tue, 23 Nov 2021 13:23:29 +0100 Subject: [PATCH] Revert "Fix DeprecationWarning breaking tests" This reverts commit 742d5acd262ef94ea559dc3b0421e26f02922b9a. Shouldn't be needed anymore due to indico/indico#5173 --- citadel/pytest.ini | 2 -- livesync/pytest.ini | 2 -- payment_paypal/pytest.ini | 2 -- storage_s3/pytest.ini | 2 -- vc_zoom/pytest.ini | 2 -- 5 files changed, 10 deletions(-) diff --git a/citadel/pytest.ini b/citadel/pytest.ini index 378e457..13a6553 100644 --- a/citadel/pytest.ini +++ b/citadel/pytest.ini @@ -12,7 +12,5 @@ filterwarnings = ignore::UserWarning # port_for via pytest-redis ignore:Sampling from a set deprecated:DeprecationWarning:port_for - # celery - 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 53f9b8f..85a4aed 100644 --- a/livesync/pytest.ini +++ b/livesync/pytest.ini @@ -12,7 +12,5 @@ filterwarnings = ignore::UserWarning # port_for via pytest-redis ignore:Sampling from a set deprecated:DeprecationWarning:port_for - # celery - 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 4a02202..89fa33c 100644 --- a/payment_paypal/pytest.ini +++ b/payment_paypal/pytest.ini @@ -12,7 +12,5 @@ filterwarnings = ignore::UserWarning # port_for via pytest-redis ignore:Sampling from a set deprecated:DeprecationWarning:port_for - # celery - 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 56a5502..7990c25 100644 --- a/storage_s3/pytest.ini +++ b/storage_s3/pytest.ini @@ -12,7 +12,5 @@ filterwarnings = ignore::UserWarning # port_for via pytest-redis ignore:Sampling from a set deprecated:DeprecationWarning:port_for - # celery - 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 4b7dcbe..76d670e 100644 --- a/vc_zoom/pytest.ini +++ b/vc_zoom/pytest.ini @@ -12,7 +12,5 @@ filterwarnings = ignore::UserWarning # port_for via pytest-redis ignore:Sampling from a set deprecated:DeprecationWarning:port_for - # celery - ignore:Creating a LegacyVersion has been deprecated:DeprecationWarning ; use redis-server from $PATH redis_exec = redis-server