···24242525 propagatedBuildInputs = [ flask decorator httpbin six requests ];
26262727+ checkPhase = ''
2828+ py.test
2929+ '';
3030+2731 meta = {
2832 description = "Easily test your HTTP library against a local copy of httpbin.org";
2933 homepage = https://github.com/kevin1024/pytest-httpbin;