···2425 propagatedBuildInputs = [ flask decorator httpbin six requests ];
26000027 meta = {
28 description = "Easily test your HTTP library against a local copy of httpbin.org";
29 homepage = https://github.com/kevin1024/pytest-httpbin;
···2425 propagatedBuildInputs = [ flask decorator httpbin six requests ];
2627+ checkPhase = ''
28+ py.test
29+ '';
30+31 meta = {
32 description = "Easily test your HTTP library against a local copy of httpbin.org";
33 homepage = https://github.com/kevin1024/pytest-httpbin;