11 buildPythonPackage rec {
12 pname = "pytest-twisted";
14 format = "setuptools";
17 inherit pname version;
18 sha256 = "sha256-IJv1pkUs+/th3o8BWQLBTsgSZACRFQcHS7LuTOjf4xM=";
25 propagatedBuildInputs = [
35 pythonImportsCheck = [
40 description = "A twisted plugin for py.test";
41 homepage = "https://github.com/pytest-dev/pytest-twisted";
42 license = licenses.bsd3;
43 maintainers = [ maintainers.marsam ];