python3Packages.pytest: does not need mock

This commit is contained in:
Frederik Rietdijk 2020-05-09 13:14:43 +02:00
parent 341a7e8e8b
commit c7f5c67872

View file

@ -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 ];