python3Packages.mkdocs-redoc-tag: fix broken checkPhase

workaround for http://github.com/pallets/click/issues/824
This commit is contained in:
Maximilian Güntner
2025-10-28 13:53:55 +01:00
parent 375ab11873
commit 87ab77ec95
@@ -36,6 +36,8 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlags = [ "-s" ];
meta = with lib; {
description = "MkDocs plugin supports for add Redoc UI in page";
homepage = "https://github.com/blueswen/mkdocs-redoc-tag";