Remove last vestiges of nose

We don't use nose anymore, but it was still referenced in a few places.

Delete them.

Closes-Bug: 1210998
Change-Id: I5e00edd071b8e99e54cdbbf2de277aa95eb57567
This commit is contained in:
Monty Taylor 2013-08-09 13:05:12 -03:00
parent feac5725fe
commit e6c71d937f
2 changed files with 0 additions and 10 deletions

View File

@ -15,14 +15,8 @@
# License for the specific language governing permissions and limitations
# under the License.
# See http://code.google.com/p/python-nose/issues/detail?id=373
# The code below enables nosetests to work with i18n _() blocks
import __builtin__
import os
setattr(__builtin__, '_', lambda x: x)
from oslo.config import cfg

View File

@ -7,10 +7,6 @@ discover
fixtures>=0.3.12
mock>=1.0
mox>=0.5.3
nose
nosehtmloutput>=0.0.3
nosexcover
openstack.nose_plugin>=0.7
python-subunit
sphinx>=1.1.2
testrepository>=0.0.17