From 78f1387c2e93fc21c1e6a464dc6a8f18a89dd24a Mon Sep 17 00:00:00 2001 From: Marek Mahut Date: Mon, 19 Aug 2019 17:44:36 +0200 Subject: [PATCH] pythonPackages.mixpanel: moving pytest and mock to checkInputs --- pkgs/development/python-modules/mixpanel/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/mixpanel/default.nix b/pkgs/development/python-modules/mixpanel/default.nix index 6a99913c6c8..e770eedbfc3 100644 --- a/pkgs/development/python-modules/mixpanel/default.nix +++ b/pkgs/development/python-modules/mixpanel/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { sha256 = "0yq1bcsjzsz7yz4rp69izsdn47rvkld4wki2xmapp8gg2s9i8709"; }; - buildInputs = [ pytest mock ]; + checkInputs = [ pytest mock ]; propagatedBuildInputs = [ six ]; checkPhase = "py.test tests.py";