diff --git a/designatedashboard/tests/settings.py b/designatedashboard/tests/settings.py index afc2b87..56cdd50 100644 --- a/designatedashboard/tests/settings.py +++ b/designatedashboard/tests/settings.py @@ -30,11 +30,6 @@ TESTSERVER = 'http://testserver' MESSAGE_STORAGE = 'django.contrib.messages.storage.cookie.CookieStorage' -TEST_RUNNER = 'django_nose.NoseTestSuiteRunner' -NOSE_ARGS = ['--nocapture', - '--nologcapture', - '--cover-package=windc'] - EMAIL_BACKEND = 'django.core.mail.backends.locmem.EmailBackend' SESSION_ENGINE = 'django.contrib.sessions.backends.cache' diff --git a/lower-constraints.txt b/lower-constraints.txt index ca7ad63..234edcb 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -52,6 +52,7 @@ munch==2.2.0 netaddr==0.7.19 netifaces==0.10.6 nose==1.3.7 +nose-exclude===0.5.0 nosehtmloutput==0.0.3 nosexcover==1.0.10 openstack.nose-plugin==0.7 diff --git a/test-requirements.txt b/test-requirements.txt index fc9ac7a..9551b1f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -19,6 +19,7 @@ nosehtmloutput>=0.0.3 # Apache-2.0 openstack.nose-plugin>=0.7 # Apache-2.0 django-nose>=1.4.4 # BSD nosexcover>=1.0.10 # BSD +nose-exclude>=0.5.0 # LGPL # Horizon requirements Django<2.0,>=1.11 # BSD