as it's only a testing requirement, move mock into docs instead
This commit is contained in:
parent
408e34d108
commit
90dd0efed4
@ -58,10 +58,10 @@ $ ./runanki
|
|||||||
If you get any errors, please make sure you don't have an older version of
|
If you get any errors, please make sure you don't have an older version of
|
||||||
Anki installed in a system location.
|
Anki installed in a system location.
|
||||||
|
|
||||||
To run the unit tests, you will need to install nose from your distro, or
|
To run the unit tests, you will need to install nose and mock from your
|
||||||
with pip:
|
distro, or with pip:
|
||||||
|
|
||||||
$ pip3 install nose
|
$ pip3 install nose mock
|
||||||
|
|
||||||
Before contributing code, please read README.contributing.
|
Before contributing code, please read README.contributing.
|
||||||
|
|
||||||
|
@ -5,6 +5,5 @@ requests
|
|||||||
decorator
|
decorator
|
||||||
markdown
|
markdown
|
||||||
jsonschema
|
jsonschema
|
||||||
mock
|
|
||||||
psutil; sys_platform == "win32"
|
psutil; sys_platform == "win32"
|
||||||
distro; sys_platform != "win32" and sys_platform != "darwin"
|
distro; sys_platform != "win32" and sys_platform != "darwin"
|
||||||
|
Loading…
Reference in New Issue
Block a user