10 buildPythonPackage rec {
14 # Requires mock 2.0.0 if python < 3.6, but NixPkgs has mock 3.0.5.
15 disabled = pythonOlder "3.6";
18 inherit pname version;
19 sha256 = "886ba617a96de0130c54b24479bd5c2d74d5c940d40f3809c3a275511a0c4a60";
22 propagatedBuildInputs = [ six coverage ];
25 ${python.interpreter} -m unittest
29 description = "nose2 is the next generation of nicer testing for Python";
30 homepage = "https://github.com/nose-devs/nose2";
31 license = licenses.bsd0;