Explicitly use django_nose.NoseTestSuiteRunner

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

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

Change-Id: Ia8a6c185cfea09e476c2f5fbe134cc84f450c096
This commit is contained in:
Ivan Kolodyazhny 2018-06-05 13:30:38 +00:00
parent 233ede982f
commit f0f6cef879
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ INSTALLED_APPS = (
import openstack_dashboard.enabled
import watcher_dashboard.local.enabled
TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
INSTALLED_APPS = list(INSTALLED_APPS) # Make sure it's mutable
settings_utils.update_dashboards(
[