10 buildPythonPackage rec {
11 pname = "pytest-httpserver";
15 pname = "pytest_httpserver";
17 sha256 = "sha256-kEDQe/WaxF2N49sdRGj9LR1geXXk2kyHLswEAs2/ez4=";
20 propagatedBuildInputs = [ werkzeug ];
28 pythonImportsCheck = [ "pytest_httpserver" ];
31 description = "HTTP server for pytest to test HTTP clients";
32 homepage = "https://www.github.com/csernazs/pytest-httpserver";
33 license = with licenses; [ mit ];
34 maintainers = with maintainers; [ fab ];