summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJaakko Luttinen <jaakko.luttinen@iki.fi>2018-02-12 14:21:48 +0200
committerJaakko Luttinen <jaakko.luttinen@iki.fi>2018-02-12 14:22:40 +0200
commitfcca0ed08a6589297a499643fa945a7a94dc9d79 (patch)
tree1f0c8adbb03171f82e5035f7cf9d8fd5fa3743ae /pkgs
parent3e94432753167cb4b765b7547d86c227a8855da8 (diff)
downloadnixlib-fcca0ed08a6589297a499643fa945a7a94dc9d79.tar
nixlib-fcca0ed08a6589297a499643fa945a7a94dc9d79.tar.gz
nixlib-fcca0ed08a6589297a499643fa945a7a94dc9d79.tar.bz2
nixlib-fcca0ed08a6589297a499643fa945a7a94dc9d79.tar.lz
nixlib-fcca0ed08a6589297a499643fa945a7a94dc9d79.tar.xz
nixlib-fcca0ed08a6589297a499643fa945a7a94dc9d79.tar.zst
nixlib-fcca0ed08a6589297a499643fa945a7a94dc9d79.zip
pythonPackages.Nikola: remove input pytest-mock
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/Nikola/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/Nikola/default.nix b/pkgs/development/python-modules/Nikola/default.nix
index f5efd9c63763..99cc4c3eab8a 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