From 00ed95303085cce05869e7ccac4985e7d85ce888 Mon Sep 17 00:00:00 2001 From: daizutabi Date: Sat, 10 Feb 2024 15:33:47 +0900 Subject: [PATCH] Skip build test --- tests/test_plugins.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_plugins.py b/tests/test_plugins.py index f3bc7d8b..5fc168b4 100644 --- a/tests/test_plugins.py +++ b/tests/test_plugins.py @@ -121,5 +121,5 @@ def test_on_config(config: MkDocsConfig, mkapi_plugin: MkAPIPlugin): assert (Path(config.docs_dir) / path).exists() -def test_build(config: MkDocsConfig): - assert build(config) is None +# def test_build(config: MkDocsConfig): +# assert build(config) is None