summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kolodyazhny <e0ne@e0ne.info>2018-09-22 20:11:30 +0300
committerIvan Kolodyazhny <e0ne@e0ne.info>2018-09-22 20:11:30 +0300
commit770afab1bf57d8581a26eabdf314886d3c60706e (patch)
tree336bbb1855cafb3662198f4349a4f763e424dccf
parentcfe03529c35f9c31d9f55e372fa022eca5d7b210 (diff)
downloadhorizon-770afab1bf57d8581a26eabdf314886d3c60706e.tar.gz
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
-rw-r--r--.gitignore3
-rw-r--r--doc/source/admin/customize-configure.rst4
-rw-r--r--horizon/test/settings.py4
-rw-r--r--lower-constraints.txt1
-rw-r--r--setup.cfg4
5 files changed, 0 insertions, 16 deletions
diff --git a/.gitignore b/.gitignore
index 45a09177d..ac94b58c8 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 a05423be8..5a35fe21c 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 bb1f02b20..f3e432638 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 884714624..d195ddfb0 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 0c9ff408a..a3609314f 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 =