Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ fix = true

[tool.uv]
dev-dependencies = [
"click>=8.1.8,<8.2.0",
"click>=8.1.8",
"codecov>=2.1.13",
"mkdocs-gen-files>=0.5.0",
"mkdocs-git-authors-plugin>=0.9.2",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_builds.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ def test_type_unknown(mkdocs_file, error, tmp_path):
result = build_docs_setup(testproject_path)
assert result.exit_code == 1

assert error in result.stdout or error in str(result.exc_info[0])
assert error in result.output or error in str(result.exc_info[0])


def test_exclude_pages(tmp_path):
Expand Down