Explicitly set USE_DEPRECATED_PYTZ = False for hypothesis

This commit is contained in:
Adam Goldsmith 2024-04-18 11:30:45 -04:00
parent 029b4dff28
commit c1af9850e1

View File

@ -96,6 +96,7 @@ TIME_ZONE = "America/New_York"
USE_I18N = False
USE_L10N = True
USE_TZ = True
USE_DEPRECATED_PYTZ = False
# Static files (CSS, JavaScript, Images)