Explicitly use django_nose.NoseTestSuiteRunner

Horizon is going to switch to Django Test Runner [1].
To not break Sahara Dashboard we need to use Nose Test Runner
until we'll be ready to remove Nose from sahara-dashboard.

[1] https://review.openstack.org/#/c/544296/

Change-Id: Ic248f7cc716ea0cfe8a6398438efa0a39228db85
This commit is contained in:
Ivan Kolodyazhny 2018-06-05 13:26:16 +00:00
parent a262a42a94
commit 23dbfa570c
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@
from horizon.test.settings import * # noqa
from openstack_dashboard.test.settings import * # noqa
TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
INSTALLED_APPS = list(INSTALLED_APPS)
INSTALLED_APPS.append('sahara_dashboard.content.data_processing.clusters')
INSTALLED_APPS.append('sahara_dashboard.content.data_processing.jobs')