11 buildPythonPackage rec {
14 format = "setuptools";
16 # drop this for version > 0.9.7
17 # Flaky tests: https://github.com/gabrielfalcao/HTTPretty/pull/394
18 doCheck = lib.versionAtLeast version "0.9.8";
21 inherit pname version;
22 sha256 = "20de0e5dd5a18292d36d928cc3d6e52f8b2ac73daec40d41eb62dee154933b68";
25 propagatedBuildInputs = [ six ];
39 __darwinAllowLocalNetworking = true;
42 homepage = "https://httpretty.readthedocs.org/";
43 description = "HTTP client request mocking tool";
44 license = licenses.mit;