python3Packages.mkdocs-redoc-tag: fix broken checkPhase (#456446)

This commit is contained in:
Yohann Boniface
2025-10-29 22:48:22 +00:00
committed by GitHub
@@ -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";