as it's only a testing requirement, move mock into docs instead

This commit is contained in:
Damien Elmes 2019-04-29 12:40:44 +10:00
parent 408e34d108
commit 90dd0efed4
2 changed files with 3 additions and 4 deletions

View File

@ -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.

View File

@ -5,6 +5,5 @@ requests
decorator
markdown
jsonschema
mock
psutil; sys_platform == "win32"
distro; sys_platform != "win32" and sys_platform != "darwin"