We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab7303 commit 2fd812fCopy full SHA for 2fd812f
tests/test_builds.py
@@ -371,6 +371,8 @@ def test_tags_are_replaced(tmp_path, mkdocs_file):
371
"""
372
Make sure the {{ }} tags are replaced properly.
373
374
+ if sys.platform.startswith("win") and ("monorepo" in mkdocs_file or "techdocs" in mkdocs_file):
375
+ pytest.skip("monorepo plugin windows issue (even without this plugin)")
376
testproject_path = setup_clean_mkdocs_folder(mkdocs_yml_path=f"tests/fixtures/{mkdocs_file}", output_path=tmp_path)
377
setup_commit_history(testproject_path)
378
result = build_docs_setup(testproject_path)
0 commit comments