File tree Expand file tree Collapse file tree 4 files changed +2
-19
lines changed
Expand file tree Collapse file tree 4 files changed +2
-19
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -16,6 +16,3 @@ plugins:
1616 - automatically_generated.md
1717 - manually_created.md
1818 - somefolder/*
19- - gen-files :
20- scripts :
21- - gen_pages.py
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ def test_exclude_working_with_genfiles(tmp_path):
8989 A warning for uncommited files should not show up
9090 when those uncommited files are excluded.
9191 """
92-
92+
9393 testproject_path = tmp_path / "testproject_genfiles"
9494
9595 shutil .copytree (
@@ -99,10 +99,6 @@ def test_exclude_working_with_genfiles(tmp_path):
9999 "tests/basic_setup/mkdocs_genfiles.yml" ,
100100 str (testproject_path / "mkdocs.yml" ),
101101 )
102- shutil .copyfile (
103- "tests/basic_setup/gen_pages.py" ,
104- str (testproject_path / "gen_pages.py" ),
105- )
106102
107103 with working_directory (str (testproject_path )):
108104 # setup git history
@@ -130,9 +126,6 @@ def test_exclude_working_with_genfiles(tmp_path):
130126 "'mkdocs build' command failed. Error: %s" % result .stdout
131127 )
132128
133- # files generated by mkdocs-gen-files and excluded should not generate warnings
134- assert "automatically_generated.md has not been committed yet." not in result .stdout
135-
136129 # files generated ourselves right before build but not committed, should not generate warnings
137130 assert "manually_created.md has not been committed yet." not in result .stdout
138131 assert "manually_created_infolder.md has not been committed yet." not in result .stdout
Original file line number Diff line number Diff line change @@ -10,7 +10,4 @@ GitPython
1010# mkdocs
1111mkdocs
1212mkdocs-git-revision-date-localized-plugin
13- mkdocs-material
14-
15- # compatibility
16- mkdocs-gen-files
13+ mkdocs-material
You can’t perform that action at this time.
0 commit comments