From fcca0ed08a6589297a499643fa945a7a94dc9d79 Mon Sep 17 00:00:00 2001 From: Jaakko Luttinen Date: Mon, 12 Feb 2018 14:21:48 +0200 Subject: [PATCH] pythonPackages.Nikola: remove input pytest-mock --- pkgs/development/python-modules/Nikola/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/Nikola/default.nix b/pkgs/development/python-modules/Nikola/default.nix index f5efd9c6376..99cc4c3eab8 100644 --- a/pkgs/development/python-modules/Nikola/default.nix +++ b/pkgs/development/python-modules/Nikola/default.nix @@ -6,7 +6,6 @@ , glibcLocales , pytest , pytestcov -, pytest-mock , mock , pygments , pillow @@ -37,7 +36,7 @@ buildPythonPackage rec { # other hand doesn't support Python 3.3). So, just disable Python 2. disabled = !isPy3k; - checkInputs = [ pytest pytestcov pytest-mock mock glibcLocales ]; + checkInputs = [ pytest pytestcov mock glibcLocales ]; propagatedBuildInputs = [ pygments pillow dateutil docutils Mako unidecode lxml Yapsy PyRSS2Gen