10 buildPythonPackage rec {
11 pname = "setuptools-trial";
15 disabled = pythonOlder "3.7";
18 pname = "setuptools_trial";
20 hash = "sha256-FCIPj3YcSLoeJSbwhxlQd89U+tcJizgs4iBCLw/1mxI=";
23 nativeBuildInputs = [ setuptools ];
25 propagatedBuildInputs = [ twisted ];
27 # Couldn't get tests working
30 pythonImportsCheck = [ "setuptools_trial" ];
33 description = "Setuptools plugin that makes unit tests execute with trial instead of pyunit";
34 homepage = "https://github.com/rutsky/setuptools-trial";
35 license = licenses.bsd2;
36 maintainers = with maintainers; [ ryansydnor ];