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 = ''