9 buildPythonPackage rec {
10 pname = "pytest-twisted";
14 inherit pname version;
16 sha256 = "cee2320becc5625050ab221b8f38533e636651a24644612f4726891fdf1f1847";
19 buildInputs = [ pytest ];
21 propagatedBuildInputs = [ greenlet decorator ];
24 description = "A twisted plugin for py.test";
25 homepage = "https://github.com/pytest-dev/pytest-twisted";
26 license = licenses.bsd3;
27 maintainers = [ maintainers.marsam ];