Upgrade evennia dependencies and RUN MIGRATIONS. Update requirement to Django 5.3, which has some backwards-incompatible index changes

This commit is contained in:
Griatch 2025-03-01 23:23:41 +01:00
parent 4269745d3e
commit 0f28eb1ac3
12 changed files with 701 additions and 588 deletions

View file

@ -8,7 +8,7 @@ from django.conf import settings
from django.core.exceptions import ImproperlyConfigured
from django.core.files.base import ContentFile
from django.test import TestCase, override_settings
from django.utils.timezone import is_aware, utc
from django.utils.timezone import is_aware
_SKIP = False
try:
@ -533,7 +533,7 @@ class S3Boto3StorageTests(S3Boto3TestCase):
def _test_storage_mtime(self, use_tz):
obj = self.storage.bucket.Object.return_value
obj.last_modified = datetime.datetime.now(utc)
obj.last_modified = datetime.datetime.now(datetime.timezone.utc)
name = "file.txt"
self.assertFalse(