From 63c8bb5306d15c7679b2cd1d22b6ee556967863d Mon Sep 17 00:00:00 2001 From: Josh Kearney Date: Tue, 22 Jan 2013 11:09:11 -0600 Subject: Migrate from nose to testr. Run tests with testr for parallel execution. Part of blueprint grizzly-testtools. Change-Id: I560592186f2f440049a451a32e58067262ab62d0 --- setup.cfg | 8 -------- 1 file changed, 8 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 27d29865..11c72013 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,11 +1,3 @@ -[nosetests] -cover-package = openstackclient -cover-html = true -cover-erase = true -cover-inclusive = true -verbosity=2 -detailed-errors=1 - [build_sphinx] source-dir = doc/source build-dir = doc/build -- cgit v1.2.1