pythonPackages.mixpanel: moving pytest and mock to checkInputs
This commit is contained in:
parent
ee14abe062
commit
78f1387c2e
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
|||||||
sha256 = "0yq1bcsjzsz7yz4rp69izsdn47rvkld4wki2xmapp8gg2s9i8709";
|
sha256 = "0yq1bcsjzsz7yz4rp69izsdn47rvkld4wki2xmapp8gg2s9i8709";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pytest mock ];
|
checkInputs = [ pytest mock ];
|
||||||
propagatedBuildInputs = [ six ];
|
propagatedBuildInputs = [ six ];
|
||||||
checkPhase = "py.test tests.py";
|
checkPhase = "py.test tests.py";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user