summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-01-08 06:26:00 +0000
committerMonty Taylor <mordred@inaugust.com>2013-02-03 10:54:52 +1100
commitfe4b3498b9cb76c2f6255ce52ebe9b657f5cefda (patch)
tree0408f52219605f60fd0d28047429e20f5a12cf2c /setup.cfg
parent2bca8ee4407aee03a83592395d3191f097c459a5 (diff)
downloadpython-neutronclient-fe4b3498b9cb76c2f6255ce52ebe9b657f5cefda.tar.gz
Migrate from nose to testr
Part of blueprint grizzly-testtools Change-Id: Ia53b0987b1e890a96b190f4b1a47dde4bf84fb6f
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg8
1 files changed, 0 insertions, 8 deletions
diff --git a/setup.cfg b/setup.cfg
index 394b128..11d2c44 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,11 +2,3 @@
all_files = 1
build-dir = doc/build
source-dir = doc/source
-
-[nosetests]
-# NOTE(jkoelker) To run the test suite under nose install the following
-# coverage http://pypi.python.org/pypi/coverage
-# tissue http://pypi.python.org/pypi/tissue (pep8 checker)
-# openstack-nose https://github.com/jkoelker/openstack-nose
-verbosity=2
-detailed-errors=1