15 buildPythonPackage rec {
18 disabled = pythonOlder "3.5";
20 src = fetchFromGitHub {
24 sha256 = "0z48vswj07kr2sdvq5qzrwqyijpmj2rlnh2z2b32id1mckr6nnz8";
29 # Will be fixed with the new release, https://github.com/h2non/pook/issues/69
30 name = "use-match-keyword-in-pytest.patch";
31 url = "https://github.com/h2non/pook/commit/2071da27701c82ce02b015e01e2aa6fd203e7bb5.patch";
32 sha256 = "0i3qcpbdqqsnbygi46dyqamgkh9v8rhpbm4lkl75riw48j4n080k";
36 propagatedBuildInputs = [
49 pythonImportsCheck = [ "pook" ];
52 description = "HTTP traffic mocking and testing made simple in Python";
53 homepage = "https://github.com/h2non/pook";
54 license = with licenses; [ mit ];
55 maintainers = with maintainers; [ fab ];