Fix tests (flask deprecation warning)

This commit is contained in:
Adrian Moennich 2022-09-30 19:20:43 +02:00
parent ec984f675b
commit 4e3b08dca8
5 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,7 @@ indico_plugins = livesync citadel
; fail if there are warnings, but ignore ones that are likely just noise
filterwarnings =
error
ignore:.*_app_ctx_stack.*:DeprecationWarning
ignore::sqlalchemy.exc.SAWarning
ignore::UserWarning
ignore:Creating a LegacyVersion has been deprecated:DeprecationWarning

View File

@ -8,6 +8,7 @@ indico_plugins = livesync
; fail if there are warnings, but ignore ones that are likely just noise
filterwarnings =
error
ignore:.*_app_ctx_stack.*:DeprecationWarning
ignore::sqlalchemy.exc.SAWarning
ignore::UserWarning
ignore:Creating a LegacyVersion has been deprecated:DeprecationWarning

View File

@ -8,6 +8,7 @@ indico_plugins = payment_paypal
; fail if there are warnings, but ignore ones that are likely just noise
filterwarnings =
error
ignore:.*_app_ctx_stack.*:DeprecationWarning
ignore::sqlalchemy.exc.SAWarning
ignore::UserWarning
ignore:Creating a LegacyVersion has been deprecated:DeprecationWarning

View File

@ -8,6 +8,7 @@ indico_plugins = storage_s3
; fail if there are warnings, but ignore ones that are likely just noise
filterwarnings =
error
ignore:.*_app_ctx_stack.*:DeprecationWarning
ignore::sqlalchemy.exc.SAWarning
ignore::UserWarning
ignore:Creating a LegacyVersion has been deprecated:DeprecationWarning

View File

@ -8,6 +8,7 @@ indico_plugins = vc_zoom
; fail if there are warnings, but ignore ones that are likely just noise
filterwarnings =
error
ignore:.*_app_ctx_stack.*:DeprecationWarning
ignore::sqlalchemy.exc.SAWarning
ignore::UserWarning
ignore:Creating a LegacyVersion has been deprecated:DeprecationWarning