9 buildPythonPackage rec {
12 format = "setuptools";
14 src = fetchFromGitHub {
18 hash = "sha256-yid4vh1do0zqVzd1VV7gc+Du4VPrkeGFsDHqNbHL28I=";
26 pytestFlagsArray = [ "tests.py" ];
28 pythonImportsCheck = [ "httmock" ];
31 description = "Mocking library for requests";
32 homepage = "https://github.com/patrys/httmock";
33 license = licenses.asl20;
34 maintainers = with maintainers; [ nyanloutre ];