11 buildPythonPackage rec {
12 pname = "pytest-httpserver";
16 pname = "pytest_httpserver";
18 sha256 = "sha256-YgTcrUlwh2jz0tJdMUgjm8RcqrtpJ/oUQm3SnxUc5Z4=";
21 propagatedBuildInputs = [ werkzeug ];
29 pythonImportsCheck = [ "pytest_httpserver" ];
32 description = "HTTP server for pytest to test HTTP clients";
33 homepage = "https://www.github.com/csernazs/pytest-httpserver";
34 license = with licenses; [ mit ];
35 maintainers = with maintainers; [ fab ];