8 buildPythonPackage rec {
9 pname = "pytest-tornado";
13 inherit pname version;
14 sha256 = "1cgisd7lb9q2hf55558cbn5jfhv65vsgk46ykgidzf9kqcq1kymr";
17 # package has no tests
20 buildInputs = [ pytest ];
22 propagatedBuildInputs = [ tornado ];
25 description = "A py.test plugin providing fixtures and markers to simplify testing of asynchronous tornado applications.";
26 homepage = "https://github.com/eugeniy/pytest-tornado";
27 license = licenses.asl20;
28 maintainers = with maintainers; [ ixxie ];