gentoo/dev-python/django-configurations/files/django-configurations-2.5.1-test.patch
Michał Górny 84f1bd8c62
dev-python/django-configurations: Fix tests
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-06-19 19:21:40 +02:00

13 lines
503 B
Diff

diff --git a/tests/test_values.py b/tests/test_values.py
index 55478e6..0b37907 100644
--- a/tests/test_values.py
+++ b/tests/test_values.py
@@ -377,6 +377,7 @@ class ValueTests(TestCase):
'default': {
'CONN_HEALTH_CHECKS': False,
'CONN_MAX_AGE': 0,
+ 'DISABLE_SERVER_SIDE_CURSORS': False,
'ENGINE': 'django.db.backends.sqlite3',
'HOST': '',
'NAME': ':memory:',