about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-05-09 13:14:43 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-05-11 22:13:16 +0200
commitc7f5c67872839cf67f2903da3169ba50833bff8b (patch)
tree0bdb341de7141acc366d160a06942b7498bbb5ec /pkgs/development/python-modules/pytest
parent341a7e8e8b0f62fae0859c67599fc1d46828ab6e (diff)
python3Packages.pytest: does not need mock
Diffstat (limited to 'pkgs/development/python-modules/pytest')
-rw-r--r--pkgs/development/python-modules/pytest/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pytest/default.nix b/pkgs/development/python-modules/pytest/default.nix
index 7632655f2c750..9e0cd88cf0a48 100644
--- a/pkgs/development/python-modules/pytest/default.nix
+++ b/pkgs/development/python-modules/pytest/default.nix
@@ -34,7 +34,7 @@ buildPythonPackage rec {
     sha256 = "eb2b5e935f6a019317e455b6da83dd8650ac9ffd2ee73a7b657a30873d67a698";
   };
 
-  checkInputs = [ hypothesis mock pygments ];
+  checkInputs = [ hypothesis pygments ];
   nativeBuildInputs = [ setuptools_scm ];
   propagatedBuildInputs = [ attrs py setuptools six pluggy more-itertools atomicwrites wcwidth packaging ]
     ++ stdenv.lib.optionals (pythonOlder "3.6") [ pathlib2 ];