pythonPackages.mixpanel: moving pytest and mock to checkInputs

This commit is contained in:
Marek Mahut 2019-08-19 17:44:36 +02:00 committed by Frederik Rietdijk
parent ee14abe062
commit 78f1387c2e

View File

@ -17,7 +17,7 @@ buildPythonPackage rec {
sha256 = "0yq1bcsjzsz7yz4rp69izsdn47rvkld4wki2xmapp8gg2s9i8709";
};
buildInputs = [ pytest mock ];
checkInputs = [ pytest mock ];
propagatedBuildInputs = [ six ];
checkPhase = "py.test tests.py";