8 buildPythonPackage rec {
12 src = fetchFromGitHub {
16 hash = "sha256-yid4vh1do0zqVzd1VV7gc+Du4VPrkeGFsDHqNbHL28I=";
24 pytestFlagsArray = [ "tests.py" ];
26 pythonImportsCheck = [ "httmock" ];
29 description = "A mocking library for requests";
30 homepage = "https://github.com/patrys/httmock";
31 license = licenses.asl20;
32 maintainers = with maintainers; [ nyanloutre ];