From 55e0fc6b2d63f1a44910f693a22c9d2e7c83efb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sat, 3 Aug 2024 04:34:31 -0700 Subject: [PATCH] python312Packages.sphinx: add breathe to passthru.tests --- pkgs/development/python-modules/sphinx/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkgs/development/python-modules/sphinx/default.nix b/pkgs/development/python-modules/sphinx/default.nix index 8a77c74e8c4b..ab76d6363735 100644 --- a/pkgs/development/python-modules/sphinx/default.nix +++ b/pkgs/development/python-modules/sphinx/default.nix @@ -36,6 +36,9 @@ html5lib, pytestCheckHook, pytest-xdist, + + # reverse dependencies to test + breathe, }: buildPythonPackage rec { @@ -143,6 +146,10 @@ buildPythonPackage rec { "test_partialfunction" ]; + passthru.tests = { + inherit breathe; + }; + meta = { description = "Python documentation generator"; longDescription = ''