mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
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";
|
||||
};
|
||||
|
||||
buildInputs = [ pytest mock ];
|
||||
checkInputs = [ pytest mock ];
|
||||
propagatedBuildInputs = [ six ];
|
||||
checkPhase = "py.test tests.py";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user