9 buildPythonPackage rec {
10 pname = "pytest-mock";
14 inherit pname version;
15 sha256 = "1z6r3n78bilfzkbxj083p0ib04ia1bhfgnj2qq9x6q4mmykapqm1";
18 nativeBuildInputs = [ setuptools_scm ];
25 pythonImportsCheck = [ "pytest_mock" ];
28 description = "Thin-wrapper around the mock package for easier use with pytest";
29 homepage = "https://github.com/pytest-dev/pytest-mock";
30 license = with licenses; [ mit ];
31 maintainers = with maintainers; [ nand0p ];