From 0eed532ce392f7db7cc004ca4b28c22407499d1d Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 15 Nov 2014 17:15:49 -0300 Subject: [PATCH] Remove nose things We don't use nose anywhere in anything related to devstack. The only legitimate OpenStack things that are still nose are horizon and swift unittests, and it turns out we don't really run those in devstack. Change-Id: I215e0f3664f269e0e1b8f5d5f9c70553dededddd --- tools/fixup_stuff.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tools/fixup_stuff.sh b/tools/fixup_stuff.sh index b8beb01583..ca465339b7 100755 --- a/tools/fixup_stuff.sh +++ b/tools/fixup_stuff.sh @@ -18,7 +18,6 @@ # - (re)start messagebus daemon # - remove distro packages python-crypto and python-lxml # - pre-install hgtools to work around a bug in RHEL6 distribute -# - install nose 1.1 from EPEL # If TOP_DIR is set we're being sourced rather than running stand-alone # or in a sub-shell @@ -179,14 +178,6 @@ if [[ $DISTRO =~ (rhel6) ]]; then # Note we do this before the track-depends in ``stack.sh``. pip_install hgtools - - # RHEL6's version of ``python-nose`` is incompatible with Tempest. - # Install nose 1.1 (Tempest-compatible) from EPEL - install_package python-nose1.1 - # Add a symlink for the new nosetests to allow tox for Tempest to - # work unmolested. - sudo ln -sf /usr/bin/nosetests1.1 /usr/local/bin/nosetests - # workaround for https://code.google.com/p/unittest-ext/issues/detail?id=79 install_package python-unittest2 patch pip_install discover