11 buildPythonPackage rec {
12 pname = "pytest-mock";
16 inherit pname version;
17 sha256 = "b35eb281e93aafed138db25c8772b95d3756108b601947f89af503f8c629413f";
20 propagatedBuildInputs = lib.optional (!isPy3k) mock;
35 description = "Thin-wrapper around the mock package for easier use with py.test.";
36 homepage = "https://github.com/pytest-dev/pytest-mock";
37 license = licenses.mit;
38 maintainers = with maintainers; [ nand0p ];