20 buildPythonPackage rec {
25 disabled = pythonOlder "3.8";
27 src = fetchFromGitHub {
28 owner = "treebeardtech";
30 rev = "refs/tags/v${version}";
31 hash = "sha256-OzjqpipFb5COhqc//Sg6OU65ShPrYe/KtxifToEXveg=";
49 pythonRelaxDeps = [ "nbclient" ];
51 pythonImportsCheck = [ "nbmake" ];
59 __darwinAllowLocalNetworking = true;
62 description = "Pytest plugin for testing notebooks";
63 homepage = "https://github.com/treebeardtech/nbmake";
64 changelog = "https://github.com/treebeardtech/nbmake/releases/tag/v${version}";
65 license = lib.licenses.asl20;
66 maintainers = with lib.maintainers; [ GaetanLepage ];