From 960227e7fcb52f3dd5b2df5918ec1f00c5b050fe Mon Sep 17 00:00:00 2001 From: Tom Cammann Date: Wed, 8 Jul 2015 09:54:14 +0100 Subject: [PATCH] 'nose' is no longer required for testing Magnum Remove references to nose from requirements and documentation Change-Id: I57318ed52fbe03ccff4b50acc2eb96b6996ed8fb --- doc/source/dev/dev-quickstart.rst | 3 +-- test-requirements.txt | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/source/dev/dev-quickstart.rst b/doc/source/dev/dev-quickstart.rst index 4d36c25fe4..e4afb4992b 100644 --- a/doc/source/dev/dev-quickstart.rst +++ b/doc/source/dev/dev-quickstart.rst @@ -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 diff --git a/test-requirements.txt b/test-requirements.txt index 67fd5e3524..283f707f69 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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