mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Fix more Python 3.12 warnings
This commit is contained in:
@@ -33,6 +33,7 @@ filterwarnings =
|
||||
ignore::DeprecationWarning:cgi
|
||||
ignore::DeprecationWarning:vat_moss
|
||||
ignore:.*ast.NameConstant.*:DeprecationWarning:reportlab
|
||||
ignore:.*utcnow.*:DeprecationWarning:openpyxl
|
||||
ignore:.*PyType_Spec.*:DeprecationWarning:
|
||||
ignore:.*truth value.*:DeprecationWarning:sepaxml
|
||||
ignore::pytz_deprecation_shim._exceptions.PytzUsageWarning:vobject
|
||||
|
||||
Reference in New Issue
Block a user