diff options
| author | Tim Graham <timograham@gmail.com> | 2016-01-28 17:59:39 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-01-28 18:00:38 -0500 |
| commit | 15a80c3dfdf05ccff62a74b1b5d1bda98bb364ec (patch) | |
| tree | 603274a1a35e307c87e89f7067bac05c5b1833bc /tests | |
| parent | 99cd139a30329ff3b8f0d1346c8fd4770cbd7141 (diff) | |
[1.8.x] Fixed an admin_scripts test on Ubuntu 16.04/spatialite.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/admin_scripts/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/admin_scripts/tests.py b/tests/admin_scripts/tests.py index 7b2617e676..a8617fbb2a 100644 --- a/tests/admin_scripts/tests.py +++ b/tests/admin_scripts/tests.py @@ -61,6 +61,7 @@ class AdminScriptTestCase(unittest.TestCase): 'SECRET_KEY', 'TEST_RUNNER', # We need to include TEST_RUNNER, otherwise we get a compatibility warning. 'MIDDLEWARE_CLASSES', # We need to include MIDDLEWARE_CLASSES, otherwise we get a compatibility warning. + 'SPATIALITE_LIBRARY_PATH', ] for s in exports: if hasattr(settings, s): |
