mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
Fix tests (flask deprecation warning)
This commit is contained in:
parent
ec984f675b
commit
4e3b08dca8
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user