18 # optional-dependencies
26 buildPythonPackage rec {
32 inherit pname version;
33 hash = "sha256-YyFIaYJhyGhOotK2JM3qhFtAKx/pFzbonfiGQIxjF6k=";
45 propagatedBuildInputs = [
55 passthru.optional-dependencies = {
67 # Tests seems to be outdated
70 "test_redirect_n_equals_to_1"
71 "test_redirect_n_higher_than_1"
72 "test_redirect_to_post"
73 "test_relative_redirect_n_equals_to_1"
74 "test_relative_redirect_n_higher_than_1"
77 pythonImportsCheck = [
82 description = "HTTP Request and Response Service";
83 homepage = "https://github.com/psf/httpbin";
84 license = licenses.mit;
85 maintainers = with maintainers; [ ];