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