Unverified Commit d9fa25c5 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

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

parents 6845db20 87ab77ec
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";