diff --git a/.gitignore b/.gitignore index 45a09177dd..ac94b58c8c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,14 +8,11 @@ .environment_version .selenium_log .coverage* -.noseids .DS_STORE .DS_Store /cover coverage.xml coverage-karma -nosetests.xml -*nose_results.html pep8.txt pylint.txt # Files created by releasenotes build diff --git a/doc/source/admin/customize-configure.rst b/doc/source/admin/customize-configure.rst index a05423be8d..5a35fe21c0 100644 --- a/doc/source/admin/customize-configure.rst +++ b/doc/source/admin/customize-configure.rst @@ -294,10 +294,6 @@ The standard installation uses a non-encrypted HTTP channel. 'keystoneclient': { 'handlers': ['console'], 'propagate': False, - }, - 'nose.plugins.manager': { - 'handlers': ['console'], - 'propagate': False, } } } diff --git a/horizon/test/settings.py b/horizon/test/settings.py index bb1f02b207..f3e432638e 100644 --- a/horizon/test/settings.py +++ b/horizon/test/settings.py @@ -157,10 +157,6 @@ LOGGING = { 'handlers': ['test'], 'propagate': False, }, - 'nose.plugins.manager': { - 'handlers': ['null'], - 'propagate': False, - }, 'selenium': { 'handlers': ['null'], 'propagate': False, diff --git a/lower-constraints.txt b/lower-constraints.txt index 8847146248..d195ddfb06 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -55,7 +55,6 @@ munch==2.1.0 netaddr==0.7.18 netifaces==0.10.4 nodeenv==0.9.4 -nosexcover==1.0.10 openstackdocstheme==1.18.1 openstacksdk==0.11.2 os-client-config==1.28.0 diff --git a/setup.cfg b/setup.cfg index 0c9ff408ae..a3609314f4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,10 +32,6 @@ packages = openstack_dashboard openstack_auth -[nosetests] -verbosity=2 -detailed-errors=1 - [coverage:report] ignore_errors = True include =