From a937d5e1174b2d2535854cf7cecf2a895cb644b4 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Fri, 6 Dec 2013 10:23:50 +0100 Subject: [PATCH] requirements: Fold testing requirements into docs --- docs/contributing.rst | 2 +- requirements/tests.txt | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 requirements/tests.txt diff --git a/docs/contributing.rst b/docs/contributing.rst index 22df8ced..2436ffc0 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -85,7 +85,7 @@ Mopidy to come with tests. #. To run tests, you need a couple of dependencies. They can be installed using ``pip``:: - pip install -r requirements/tests.txt + pip install --upgrade coverage flake8 mock nose #. Then, to run all tests, go to the project directory and run:: diff --git a/requirements/tests.txt b/requirements/tests.txt deleted file mode 100644 index 8aacebbc..00000000 --- a/requirements/tests.txt +++ /dev/null @@ -1,4 +0,0 @@ -coverage -flake8 -mock >= 1.0 -nose