9 # optional-dependencies
16 buildPythonPackage rec {
21 disabled = pythonOlder "3.8";
24 inherit pname version;
25 hash = "sha256-f48Dohyd4sMwFZM6/O9yv45KLV3+w7QAkih95uQbCTo=";
32 passthru.optional-dependencies = {
38 pythonImportsCheck = [
42 __darwinAllowLocalNetworking = true;
46 ] ++ lib.flatten (lib.attrValues passthru.optional-dependencies);
49 changelog = "https://github.com/nose-devs/nose2/blob/${version}/docs/changelog.rst";
50 description = "Test runner for Python";
51 mainProgram = "nose2";
52 homepage = "https://github.com/nose-devs/nose2";
53 license = licenses.bsd0;
54 maintainers = with maintainers; [ ];