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"