mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Silence deprecation warnings on Python 3.12
This commit is contained in:
@@ -32,6 +32,9 @@ filterwarnings =
|
||||
ignore::DeprecationWarning:django
|
||||
ignore::DeprecationWarning:cgi
|
||||
ignore::DeprecationWarning:vat_moss
|
||||
ignore:.*ast.NameConstant.*:DeprecationWarning:reportlab
|
||||
ignore:.*PyType_Spec.*:DeprecationWarning:
|
||||
ignore:.*truth value.*:DeprecationWarning:sepaxml
|
||||
ignore::pytz_deprecation_shim._exceptions.PytzUsageWarning:vobject
|
||||
ignore:the load_module.* method is deprecated:DeprecationWarning
|
||||
ignore::ImportWarning
|
||||
|
||||
Reference in New Issue
Block a user