Remove nose references from Horizon

Commit I7fb2fd7dd40f301ea822154b9809a9a07610c507 changed test runner to
not use nose. So it's safe to remove all references now.

Change-Id: I8856e4e91b25f059645eb5e0356d207f6fc119f2
This commit is contained in:
Ivan Kolodyazhny 2018-09-22 20:11:30 +03:00
parent cfe03529c3
commit 770afab1bf
5 changed files with 0 additions and 16 deletions

3
.gitignore vendored
View File

@ -8,14 +8,11 @@
.environment_version .environment_version
.selenium_log .selenium_log
.coverage* .coverage*
.noseids
.DS_STORE .DS_STORE
.DS_Store .DS_Store
/cover /cover
coverage.xml coverage.xml
coverage-karma coverage-karma
nosetests.xml
*nose_results.html
pep8.txt pep8.txt
pylint.txt pylint.txt
# Files created by releasenotes build # Files created by releasenotes build

View File

@ -294,10 +294,6 @@ The standard installation uses a non-encrypted HTTP channel.
'keystoneclient': { 'keystoneclient': {
'handlers': ['console'], 'handlers': ['console'],
'propagate': False, 'propagate': False,
},
'nose.plugins.manager': {
'handlers': ['console'],
'propagate': False,
} }
} }
} }

View File

@ -157,10 +157,6 @@ LOGGING = {
'handlers': ['test'], 'handlers': ['test'],
'propagate': False, 'propagate': False,
}, },
'nose.plugins.manager': {
'handlers': ['null'],
'propagate': False,
},
'selenium': { 'selenium': {
'handlers': ['null'], 'handlers': ['null'],
'propagate': False, 'propagate': False,

View File

@ -55,7 +55,6 @@ munch==2.1.0
netaddr==0.7.18 netaddr==0.7.18
netifaces==0.10.4 netifaces==0.10.4
nodeenv==0.9.4 nodeenv==0.9.4
nosexcover==1.0.10
openstackdocstheme==1.18.1 openstackdocstheme==1.18.1
openstacksdk==0.11.2 openstacksdk==0.11.2
os-client-config==1.28.0 os-client-config==1.28.0

View File

@ -32,10 +32,6 @@ packages =
openstack_dashboard openstack_dashboard
openstack_auth openstack_auth
[nosetests]
verbosity=2
detailed-errors=1
[coverage:report] [coverage:report]
ignore_errors = True ignore_errors = True
include = include =