1 { lib, buildPythonPackage, fetchFromGitHub, requests }:
3 buildPythonPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "1dy7pjq4gz476jcnbbpzk8w8qxr9l8wwgw9x2c7lf6fzsgnf404q";
14 checkInputs = [ requests ];
17 description = "A mocking library for requests";
18 homepage = "https://github.com/patrys/httmock";
19 license = licenses.asl20;
20 maintainers = with maintainers; [ nyanloutre ];