From 90dd0efed499b7118b0f877fe02a1caae238c7f2 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 29 Apr 2019 12:40:44 +1000 Subject: [PATCH] as it's only a testing requirement, move mock into docs instead --- README.development | 6 +++--- requirements.txt | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.development b/README.development index d597b32ad..c45d79d67 100644 --- a/README.development +++ b/README.development @@ -58,10 +58,10 @@ $ ./runanki If you get any errors, please make sure you don't have an older version of Anki installed in a system location. -To run the unit tests, you will need to install nose from your distro, or -with pip: +To run the unit tests, you will need to install nose and mock from your +distro, or with pip: -$ pip3 install nose +$ pip3 install nose mock Before contributing code, please read README.contributing. diff --git a/requirements.txt b/requirements.txt index f28144c69..8d3fe3ef5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,5 @@ requests decorator markdown jsonschema -mock psutil; sys_platform == "win32" distro; sys_platform != "win32" and sys_platform != "darwin"