From 1913aa0ef6b254d9b820a3e1a42bf82abc77f3f1 Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Wed, 8 Oct 2014 15:04:19 -0700 Subject: [PATCH] Remove all traces of nose - No need to comment code, can be removed - No need to set variables for code coverage in nose Change-Id: I45c7ea488c4c2f70060022944bb4f15e7c7b68e2 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 69fc2229c..4d099bef4 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,6 @@ setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -#commands = nosetests {posargs} commands = python setup.py testr --slowest --testr-args='--concurrency 1 {posargs}' [testenv:py27] @@ -46,7 +45,6 @@ commands = whitelist_externals = bash [testenv:cover] -setenv = NOSE_WITH_COVERAGE=1 commands = python setup.py testr --coverage \ --testr-args='^(?!.*test.*coverage).*$'