15 buildPythonPackage rec {
16 pname = "requests-mock";
21 inherit pname version;
22 hash = "sha256-6eEuMztSUVboKjyFLyIBa5FYIg0vR0VN6crop303FAE=";
30 dependencies = [ requests ];
41 description = "Mock out responses from the requests package";
42 homepage = "https://requests-mock.readthedocs.io";
43 changelog = "https://github.com/jamielennox/requests-mock/releases/tag/${version}";
44 license = licenses.asl20;