python311Packages.sphinxcontrib-plantuml: add pythonImportsCheck

This commit is contained in:
natsukium 2024-05-26 11:22:43 +09:00
parent af71e175a2
commit 1a4934d100
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -26,6 +26,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [ plantuml ];
pythonImportsCheck = [ "sphinxcontrib.plantuml" ];
# No tests included.
doCheck = false;