release-python.nix: add nixos-render-docs to tested set

+2 -1
+2 -1
pkgs/top-level/release-python.nix
··· 35 35 name = "python-tested"; 36 36 meta.description = "Release-critical packages from the python package sets"; 37 37 constituents = [ 38 - jobs.remarshal.x86_64-linux # Used in pkgs.formats helper 38 + jobs.nixos-render-docs.x86_64-linux # Used in nixos manual 39 + jobs.remarshal.x86_64-linux # Used in pkgs.formats helper 39 40 jobs.python311Packages.buildcatrust.x86_64-linux # Used in pkgs.cacert 40 41 jobs.python311Packages.colorama.x86_64-linux # Used in nixos test-driver 41 42 jobs.python311Packages.ptpython.x86_64-linux # Used in nixos test-driver