9 buildPythonPackage rec {
10 pname = "setuptools-trial";
14 disabled = pythonOlder "3.7";
17 pname = "setuptools_trial";
19 hash = "sha256-FCIPj3YcSLoeJSbwhxlQd89U+tcJizgs4iBCLw/1mxI=";
26 propagatedBuildInputs = [
30 # Couldn't get tests working
33 pythonImportsCheck = [
38 description = "Setuptools plugin that makes unit tests execute with trial instead of pyunit";
39 homepage = "https://github.com/rutsky/setuptools-trial";
40 license = licenses.bsd2;
41 maintainers = with maintainers; [ ryansydnor ];