I was running the test With for GeoDjnago using the following commands
./runtests.py --settings=postgis
with the following settings file
DATABASES = {
    'default': {
        'ENGINE': 'django.contrib.gis.db.backends.postgis',
        'NAME':'defaultd',
        'USER': 'user',
        'PASSWORD':'password',
        'HOST': '127.0.0.1',
        'PORT': '5432',
    },
    'other': {
        'ENGINE': 'django.contrib.gis.db.backends.postgis',
        'NAME':'otherd',
        'USER': 'user',
        'PASSWORD':'password',
        'HOST': '127.0.0.1',
        'PORT': '5432',
    }
}
SECRET_KEY = 'django_tests_secret_key'
Got the following error, can't seem to understand the reason behind it. how 
can i remove it

[image: Screenshot from 2020-01-23 23-54-14.png]


Also when i run test specifically for geoDjango there are 13 tests which 
are skipped how to avoid skipping those tests.

Any help will be appreciated

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/3515bc07-8e53-4c61-8838-e074b36f1b0a%40googlegroups.com.

Reply via email to