'nose' is no longer required for testing Magnum

Remove references to nose from requirements and documentation

Change-Id: I57318ed52fbe03ccff4b50acc2eb96b6996ed8fb
This commit is contained in:
Tom Cammann 2015-07-08 09:54:14 +01:00
parent 3bf0beadb1
commit 960227e7fc
2 changed files with 1 additions and 3 deletions

View File

@ -32,11 +32,10 @@ Install prerequisites::
sudo zypper install git git-review libffi-devel libmysqlclient-devel \
libopenssl-devel libxml2-devel libxslt-devel \
postgresql-devel python-devel python-flake8 \
python-nose python-pip python-setuptools-git \
python-pip python-setuptools-git \
python-testrepository python-tox python-virtualenv \
gettext-runtime
sudo easy_install nose
sudo pip install virtualenv setuptools-git flake8 tox testrepository
If using RHEL and yum reports "No package python-pip available" and "No

View File

@ -10,7 +10,6 @@ discover
fixtures>=1.3.1
hacking<0.11,>=0.10.0 # Apache-2.0
mock>=1.0
nose
oslosphinx>=2.5.0 # Apache-2.0
oslotest>=1.5.1 # Apache-2.0
python-subunit>=0.0.18